- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.praxislive.script.ExecutionException
-
- All Implemented Interfaces:
Serializable
public class ExecutionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionException()
Creates a new instance ofExecutionException
without detail message.ExecutionException(String msg)
Constructs an instance ofExecutionException
with the specified detail message.ExecutionException(String message, Throwable cause)
ExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExecutionException
public ExecutionException()
Creates a new instance ofExecutionException
without detail message.
-
ExecutionException
public ExecutionException(String msg)
Constructs an instance ofExecutionException
with the specified detail message.- Parameters:
msg
- the detail message.
-
ExecutionException
public ExecutionException(Throwable cause)
-
-