com.espertech.esper.pattern
Class PatternObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.espertech.esper.pattern.PatternObjectException
All Implemented Interfaces:
java.io.Serializable

public final class PatternObjectException
extends java.lang.Exception

This exception is thrown to indicate a problem with a view expression.

See Also:
Serialized Form

Constructor Summary
PatternObjectException(java.lang.String message)
          Constructor.
PatternObjectException(java.lang.String message, java.lang.Throwable cause)
          Constructor for an inner exception and message.
PatternObjectException(java.lang.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

PatternObjectException

public PatternObjectException(java.lang.String message)
Constructor.

Parameters:
message - is the error message

PatternObjectException

public PatternObjectException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor for an inner exception and message.

Parameters:
message - is the error message
cause - is the inner exception

PatternObjectException

public PatternObjectException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - is the inner exception

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com