Package scriptella.core
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
scriptella.core.SystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationException,EtlCancelledException,ExceptionInterceptor.ExecutionException,Expression.EvaluationException,Expression.ParseException,ProviderException,RuntimeIOException
Base class for all scriptella runtime exceptions.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemException(String message) SystemException(String message, Throwable cause) SystemException(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 Details
-
SystemException
public SystemException() -
SystemException
-
SystemException
-
SystemException
-