com.espertech.esper.epl.core
Class PropertyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.espertech.esper.epl.core.StreamTypesException
              extended by com.espertech.esper.epl.core.PropertyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotFoundException
extends StreamTypesException

Exception to indicate that a property name used in a filter doesn't resolve.

See Also:
Serialized Form

Constructor Summary
PropertyNotFoundException(java.lang.String msg, Pair<java.lang.Integer,java.lang.String> nearestMatchSuggestion)
          Ctor.
 
Method Summary
 
Methods inherited from class com.espertech.esper.epl.core.StreamTypesException
getOptionalSuggestion
 
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

PropertyNotFoundException

public PropertyNotFoundException(java.lang.String msg,
                                 Pair<java.lang.Integer,java.lang.String> nearestMatchSuggestion)
Ctor.

Parameters:
msg - - message
nearestMatchSuggestion - - optional suggestion for a matching name

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