org.eclipse.emf.henshin.statespace
Class StateSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.henshin.statespace.StateSpaceException
All Implemented Interfaces:
Serializable

public class StateSpaceException
extends Exception

State space exception class. For any kind of invalid state space accesses or errors related to state spaces.

See Also:
Serialized Form

Constructor Summary
StateSpaceException()
           
StateSpaceException(String message)
           
StateSpaceException(String message, Throwable cause)
           
StateSpaceException(Throwable cause)
           
 
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

StateSpaceException

public StateSpaceException()

StateSpaceException

public StateSpaceException(String message)

StateSpaceException

public StateSpaceException(Throwable cause)

StateSpaceException

public StateSpaceException(String message,
                           Throwable cause)