com.codestreet.selector.parser
Class BusinessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.codestreet.selector.parser.BaseException
              extended bycom.codestreet.selector.parser.BusinessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidSelectorException

public class BusinessException
extends BaseException

Exception thrown when a normal usage error condition is trapped.

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

Constructor Summary
BusinessException(java.lang.String desc)
          Ctor.
BusinessException(java.lang.Throwable original)
          Ctor.
 
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

BusinessException

public BusinessException(java.lang.String desc)
Ctor.

Parameters:
desc - Description of exception.

BusinessException

public BusinessException(java.lang.Throwable original)
Ctor.

Parameters:
original - Original throwable.


Copyright © 2002-2006 CodeStreet. All Rights Reserved.