net.sf.jauvm.util
Class Ambivalence.NoSolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jauvm.util.Ambivalence.NoSolutionException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Ambivalence<T>
public class Ambivalence.NoSolutionException
- extends RuntimeException
Thrown to indicate that there are no solutions in this Ambivalence
object's problem space.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getAmbivalence
public Ambivalence<T> getAmbivalence()
- Gets the
Ambivalence
object whose problem space solutions where exausted.
- Returns:
- the
Ambivalence
object associated to this exception