com.codestreet.selector.parser
Class SystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.codestreet.selector.parser.BaseException
              extended bycom.codestreet.selector.parser.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends BaseException

Exception thrown when a system error condition is trapped. This category of exceptions indicate system exceptions.

Author:
Jawaid Hakim.
See Also:
BusinessException, Serialized Form

Constructor Summary
SystemException(java.lang.String desc)
          Constructor.
SystemException(java.lang.Throwable original)
          Constructor.
 
Methods inherited from class com.codestreet.selector.parser.BaseException
generateStackTraceString, getMessage, getRootCause, getStackTraceString, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemException

public SystemException(java.lang.String desc)
Constructor.

Parameters:
desc - Description of exception.

SystemException

public SystemException(java.lang.Throwable original)
Constructor.

Parameters:
original - Original throwable.


Copyright © 2002-2006 CodeStreet. All Rights Reserved.