com.endeca.portal.data.functions
Class RangeFilter.RangeOperatorNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.portal.data.functions.RangeFilter.RangeOperatorNotSupportedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RangeFilter

public static class RangeFilter.RangeOperatorNotSupportedException
extends java.lang.Exception

This exception is thrown when an invalid RangeFilter.RangeOperator is present in a RangeFilter.

See Also:
RangeFilter.RangeOperator, Serialized Form

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

RangeFilter.RangeOperatorNotSupportedException

public RangeFilter.RangeOperatorNotSupportedException(java.lang.String msg)