com.x8ing.lsm4j.state
Class AbstractProcessableGraphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.x8ing.lsm4j.state.AbstractProcessableGraphException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MaximumIterationsReachedException, NoMatchingTransitionConditionFoundException

public abstract class AbstractProcessableGraphException
extends java.lang.Exception

TODO add some more diagnostics (state, context, ...).

Author:
Patrick Heusser
See Also:
Serialized Form

Constructor Summary
AbstractProcessableGraphException()
           
 
Method Summary
 
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
 

Constructor Detail

AbstractProcessableGraphException

public AbstractProcessableGraphException()


by Patrick Heusser