Package edu.indiana.lib.twinpeaks.util
Class SearchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.indiana.lib.twinpeaks.util.SearchException
-
- All Implemented Interfaces:
Serializable
public class SearchException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSET_NOT_READYNo asset was ready (but we expect that more should be available)
-
Constructor Summary
Constructors Constructor Description SearchException()Thrown to indicate a DOM processing issueSearchException(String text)Thrown to indicate a search related exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
ASSET_NOT_READY
public static final String ASSET_NOT_READY
No asset was ready (but we expect that more should be available)- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SearchException
public SearchException(String text)
Thrown to indicate a search related exception- Parameters:
text- Explainatory text
-
SearchException
public SearchException()
Thrown to indicate a DOM processing issue
-
-