|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gr.uoa.di.madgik.execution.exception.ExecutionException
public class ExecutionException
Base exception class for all exceptions thrown by the Execution Engine
| Constructor Summary | |
|---|---|
ExecutionException()
Instantiates a new execution exception. |
|
ExecutionException(String message)
Instantiates a new execution exception. |
|
ExecutionException(String message,
Throwable cause)
Instantiates a new execution exception. |
|
| 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 ExecutionException()
public ExecutionException(String message)
message - the message
public ExecutionException(String message,
Throwable cause)
message - the messagecause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||