net.sourceforge.jsl
Class SearchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.jsl.SearchException
All Implemented Interfaces:
Serializable

public class SearchException
extends Exception

Excpetion for general search errors.

See Also:
Serialized Form

Constructor Summary
SearchException(String message)
           
SearchException(String message, Throwable cause)
           
 
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

SearchException

public SearchException(String message)

SearchException

public SearchException(String message,
                       Throwable cause)


Copyright © 2003-2004 Henrik Heine, Oliver Zeigermann. All Rights Reserved.