|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.labs.minion.SearchEngineException
public class SearchEngineException
| Constructor Summary | |
|---|---|
SearchEngineException(java.lang.String s)
Creates a search engine exception with the given message. |
|
SearchEngineException(java.lang.String s,
java.lang.Throwable cause)
Creates a search engine exception that wraps another exception |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchEngineException(java.lang.String s)
s - a message indicating the cause of the exception
public SearchEngineException(java.lang.String s,
java.lang.Throwable cause)
s - a message indicating the cause of the exceptioncause - the original exception| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||