|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.ac.soton.itinnovation.grid.types.Stop
public class Stop
Exception thrown by admin tools to indicate that the user must stop and perform some configuration step.
In particular, ConfigUtils.stackTrace(Throwable) formats these
exceptions specially by displaying any hint present, not escaping HTML special
characters, and by skipping the stack trace of the Stop exception itself
(any 'cause' given is shown, however).
| Field Summary | |
|---|---|
String |
hint
An HTML formatted string containing a hint on how to fix this problem. |
| Constructor Summary | |
|---|---|
Stop(String message)
Convenience constructor. |
|
Stop(String message,
String hint)
Convenience constructor. |
|
Stop(String message,
String hint,
Throwable ex)
Full constructor. |
|
Stop(String message,
Throwable ex)
Convenience constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String hint
| Constructor Detail |
|---|
public Stop(String message,
String hint)
message - an HTML message describing the problemhint - a message suggesting how to fix it; HTML markup is allowed here
public Stop(String message,
Throwable ex)
message - an HTML message describing the problemex - the exception that caused the problem to be noticed
public Stop(String message,
String hint,
Throwable ex)
message - an HTML message describing the problemhint - a message suggesting how to fix it; HTML markup is allowed hereex - the exception that caused the problem to be noticedpublic Stop(String message)
message - an HTML message describing the problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||