public class AppLauncherException extends RuntimeException
AppLauncher
class.Constructor and Description |
---|
AppLauncherException(String message,
char type)
Constructs a new exception with the specified detail message, and type.
|
AppLauncherException(String message,
char type,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
Modifier and Type | Method and Description |
---|---|
char |
getExceptionType()
Return the exception type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AppLauncherException(String message, char type)
message
- the detail messagetype
- the exception typepublic AppLauncherException(String message, char type, Throwable cause)
message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method).type
- the exception typecause
- the causepublic char getExceptionType()
AppLauncherResultType