Package scriptella.core
Class ExceptionInterceptor.ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
scriptella.core.ExceptionInterceptor.ExecutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExceptionInterceptor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionException(String message, Throwable cause, Location location) ExecutionException(Throwable cause, Location location) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionException
-
ExecutionException
-
-
Method Details
-
getLocation
- Returns:
- Failed element location.
-