net.esper.eql.expression
Class DuplicatePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.esper.eql.expression.StreamTypesException
              extended by net.esper.eql.expression.DuplicatePropertyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicatePropertyException
extends StreamTypesException

Indicates a property exists in multiple streams.

See Also:
Serialized Form

Constructor Summary
DuplicatePropertyException(java.lang.String msg)
          Ctor.
 
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

DuplicatePropertyException

public DuplicatePropertyException(java.lang.String msg)
Ctor.

Parameters:
msg - - exception message