public class LaunchException
extends java.lang.Exception
Constructor and Description |
---|
LaunchException(JNLPFile file,
java.lang.Exception cause,
java.lang.String severity,
java.lang.String category,
java.lang.String summary,
java.lang.String description)
Creates a LaunchException without detail message.
|
LaunchException(java.lang.String message)
Constructs a LaunchException with the specified detail
message.
|
LaunchException(java.lang.String message,
java.lang.Throwable cause)
Creates a LaunchException with a cause and detail message
|
LaunchException(java.lang.Throwable cause)
Creates a LaunchException with a cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCategory()
Returns the category string, a short description of the
exception suitable for displaying in a window title.
|
java.lang.String |
getDescription()
Return a description of the exception and the action being
performed when the exception occurred.
|
JNLPFile |
getFile()
Returns the JNLPFile being launched.
|
java.lang.String |
getSeverity()
Returns a short description of the severity of the problem.
|
java.lang.String |
getSummary()
Returns a one-sentence summary of the problem.
|
public LaunchException(JNLPFile file, java.lang.Exception cause, java.lang.String severity, java.lang.String category, java.lang.String summary, java.lang.String description)
public LaunchException(java.lang.Throwable cause)
public LaunchException(java.lang.String message, java.lang.Throwable cause)
public LaunchException(java.lang.String message)
message
- the detail messagepublic JNLPFile getFile()
public java.lang.String getCategory()
public java.lang.String getSummary()
public java.lang.String getDescription()
public java.lang.String getSeverity()