|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.espertech.esper.pattern.PatternObjectException
public final class PatternObjectException
This exception is thrown to indicate a problem with a view expression.
Constructor Summary | |
---|---|
PatternObjectException(String message)
Constructor. |
|
PatternObjectException(String message,
Throwable cause)
Constructor for an inner exception and message. |
|
PatternObjectException(Throwable cause)
Constructor. |
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 |
---|
public PatternObjectException(String message)
message
- is the error messagepublic PatternObjectException(String message, Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic PatternObjectException(Throwable cause)
cause
- is the inner exception
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |