public class LaunchException
extends java.lang.Exception
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LaunchException.LaunchExceptionWithStamp | 
| 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() | 
| java.lang.String | getDescription() | 
| JNLPFile | getFile() | 
| static java.util.List<LaunchException.LaunchExceptionWithStamp> | getLaunchExceptionChain() | 
| java.lang.String | getSeverity() | 
| java.lang.String | getSummary() | 
public LaunchException(JNLPFile file, java.lang.Exception cause, java.lang.String severity, java.lang.String category, java.lang.String summary, java.lang.String description)
file - jnlp-file which caused exceptioncause - cause of exceptionseverity - severity of exceptioncategory - category of exceptionsummary - short summary of exceptiondescription - full description of exceptionpublic LaunchException(java.lang.Throwable cause)
cause - cause of exceptionpublic LaunchException(java.lang.String message,
               java.lang.Throwable cause)
message - text of exceptioncause - cause of exceptionpublic 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()
public static java.util.List<LaunchException.LaunchExceptionWithStamp> getLaunchExceptionChain()