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

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

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

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

See Also:
RangeFilter.RangeType, Serialized Form

Constructor Summary
RangeFilter.RangeTypeNotSupportedException(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.RangeTypeNotSupportedException

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