|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.millscript.commons.alert.EscapeException
public final class EscapeException
Thrown specifically to escape to the top-level.
| Constructor Summary | |
|---|---|
EscapeException(Alert a)
Constructs a new exception for the specified alert. |
|
| Method Summary | |
|---|---|
Alert |
getAlert()
Returns the alert that caused this exception. |
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 EscapeException(Alert a)
a - the alert which lead to this exception| Method Detail |
|---|
public Alert getAlert()
public java.lang.String toString()
toString in class java.lang.ThrowableThrowable.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||