net.sf.jauvm.util
Class Ambivalence.NoSolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Method Summary
 Ambivalence<T> getAmbivalence()
          Gets the Ambivalence object whose problem space solutions where exausted.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAmbivalence

public Ambivalence<T> getAmbivalence()
Gets the Ambivalence object whose problem space solutions where exausted.

Returns:
the Ambivalence object associated to this exception