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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SearchException
public SearchException(String message)
SearchException
public SearchException(Throwable cause)
SearchException
public SearchException(String message,
Throwable cause)