com.codestreet.selector.parser
Class InvalidSelectorException

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

public class InvalidSelectorException
extends BusinessException

Exception thrown selector is invalid.

Author:
Jawaid Hakim.
See Also:
com.codestreet.parser.BusinessException, Serialized Form

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

InvalidSelectorException

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

Parameters:
desc - Description of exception.

InvalidSelectorException

public InvalidSelectorException(java.lang.Throwable root)
Ctor.

Parameters:
root - Root throwable.


Copyright © 2002-2006 CodeStreet. All Rights Reserved.