|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
pops.ale.epc.exceptions.ImplementationException
public class ImplementationException
A generic exception raised by the implementation for reasons that are implementation-specific.
Constructor Summary | |
---|---|
ImplementationException()
Constructor |
|
ImplementationException(java.lang.String message)
Constructor |
|
ImplementationException(java.lang.Throwable cause)
Constructor |
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 |
---|
public ImplementationException()
public ImplementationException(java.lang.String message)
message
- public ImplementationException(java.lang.Throwable cause)
cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |