scriptella.core
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scriptella.core.SystemException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationException, EtlCancelledException, ExceptionInterceptor.ExecutionException, Expression.EvaluationException, Expression.ParseException, ProviderException, RuntimeIOException

public class SystemException
extends java.lang.RuntimeException

Base class for all scriptella runtime exceptions.

Version:
1.0
Author:
Fyodor Kupolov
See Also:
Serialized Form

Constructor Summary
SystemException()
           
SystemException(java.lang.String message)
           
SystemException(java.lang.String message, java.lang.Throwable cause)
           
SystemException(java.lang.Throwable cause)
           
 
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

SystemException

public SystemException()

SystemException

public SystemException(java.lang.String message)

SystemException

public SystemException(java.lang.String message,
                       java.lang.Throwable cause)

SystemException

public SystemException(java.lang.Throwable cause)


Copyright © Copyright 2006-2009 The Scriptella Project Team.