|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.fuin.utils4swing.appstarter.StartApplicationException
public final class StartApplicationException
Something went wrong starting the target application.
| Constructor Summary | |
|---|---|
StartApplicationException(java.lang.String message)
Constructor with message. |
|
StartApplicationException(java.lang.String message,
java.lang.Throwable cause)
Constructor with message and cause. |
|
| 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 StartApplicationException(java.lang.String message)
message - Message explaining the error.
public StartApplicationException(java.lang.String message,
java.lang.Throwable cause)
message - Message explaining the error.cause - Exception that caused the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||