|
||||||||||
| 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
com.screamingcoder.plebeians.exception.CleanShutdownException
public class CleanShutdownException
If the target application throws this exception the StartMain class will catch it and will exit quietly with no stack traces, optionally printing the given message to stdout.
| Constructor Summary | |
|---|---|
CleanShutdownException()
Creates a new instance of CleanShutdownException without detail message. |
|
CleanShutdownException(java.lang.String msg)
Constructs an instance of CleanShutdownException with the specified detail message. |
|
| 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 |
| Constructor Detail |
|---|
public CleanShutdownException()
CleanShutdownException without detail message.
public CleanShutdownException(java.lang.String msg)
CleanShutdownException with the specified detail message.
msg - the detail message. This will be printed to stdout on exit.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||