Package org.biojava.bio.program.ssaha
Class SearchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.biojava.bio.program.ssaha.SearchException
-
- All Implemented Interfaces:
Serializable
public class SearchException extends Exception
There has been some failure that prevents a search from completing.- Since:
- 1.4
- Author:
- Matthew Pocock
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchException(String message)
SearchException(String message, Throwable cause)
SearchException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SearchException
public SearchException(String message)
-
SearchException
public SearchException(Throwable cause)
-
SearchException
public SearchException(String message, Throwable cause)
-
-