|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jcolibri.exception.ExecutionException
public class ExecutionException
Exception in the execution of a method.
Constructor Summary | |
---|---|
ExecutionException()
Creates a new ExecutionException without a detail message. |
|
ExecutionException(java.lang.String msg)
Creates a new ExecutionException with the specified detail
message. |
|
ExecutionException(java.lang.Throwable th)
Constructs a new ExecutionException with the specified
detail message. |
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()
ExecutionException
without a detail message.
public ExecutionException(java.lang.String msg)
ExecutionException
with the specified detail
message.
msg
- description message.public ExecutionException(java.lang.Throwable th)
ExecutionException
with the specified
detail message.
th
- cause of the exception.
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |