com.espertech.esper.client
Class PropertyAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.espertech.esper.client.PropertyAccessException
All Implemented Interfaces:
java.io.Serializable

public final class PropertyAccessException
extends java.lang.RuntimeException

This exception is thrown to indicate a problem with a accessing a property of an EventBean.

See Also:
Serialized Form

Constructor Summary
PropertyAccessException(java.lang.String message)
          Constructor for an inner exception and message.
PropertyAccessException(java.lang.String message, java.lang.String propertyExpression)
          Constructor.
PropertyAccessException(java.lang.String message, java.lang.Throwable cause)
          Constructor for an inner exception and message.
PropertyAccessException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PropertyAccessException

public PropertyAccessException(java.lang.String message,
                               java.lang.String propertyExpression)
Constructor.

Parameters:
message - is the error message
propertyExpression - property expression

PropertyAccessException

public PropertyAccessException(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

PropertyAccessException

public PropertyAccessException(java.lang.String message)
Constructor for an inner exception and message.

Parameters:
message - is the error message

PropertyAccessException

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

Parameters:
cause - is the inner exception
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

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