Class XtumlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.ciera.runtime.summit.exceptions.XtumlException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadArgumentException,DeletedInstanceException,EmptyInstanceException,InstancePopulationException,LinkException,ModelIntegrityException,NotImplementedException,StateMachineException,UniqueIdException,XtumlInterruptedException
public class XtumlException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XtumlException(String message)XtumlException(String message, Throwable t)XtumlException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-