Class SystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, EtlCancelledException, ExceptionInterceptor.ExecutionException, Expression.EvaluationException, Expression.ParseException, ProviderException, RuntimeIOException

public class SystemException extends RuntimeException
Base class for all scriptella runtime exceptions.
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • SystemException

      public SystemException()
    • SystemException

      public SystemException(String message)
    • SystemException

      public SystemException(String message, Throwable cause)
    • SystemException

      public SystemException(Throwable cause)