com.devnullsoftware.objlist
Class IndexesNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.devnullsoftware.objlist.IndexesNotSupportedException

class IndexesNotSupportedException
extends java.lang.Exception

An exception thrown when a search is tried on an object stored in an Objlist that does not have any secondary indices.

See Also:
Serialized Form

Constructor Summary
IndexesNotSupportedException()
           
IndexesNotSupportedException(java.lang.String gripe)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexesNotSupportedException

public IndexesNotSupportedException()

IndexesNotSupportedException

public IndexesNotSupportedException(java.lang.String gripe)