|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.codestreet.selector.parser.BaseException com.codestreet.selector.parser.BusinessException com.codestreet.selector.parser.InvalidSelectorException
Exception thrown selector is invalid.
com.codestreet.parser.BusinessException
,
Serialized FormConstructor 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 |
public InvalidSelectorException(java.lang.String desc)
desc
- Description of exception.public InvalidSelectorException(java.lang.Throwable root)
root
- Root throwable.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |