|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.jnlp.LaunchException
public class LaunchException
Thrown when a JNLP application, applet, or installer could not be created.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCategory()
Returns the category string, a short description of the exception suitable for displaying in a window title. |
java.lang.Throwable |
getCause()
Return the cause of the launch exception or null if there is no cause exception. |
java.lang.Throwable[] |
getCauses()
Returns the causes for this exception. |
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. |
void |
printStackTrace(java.io.PrintStream stream)
Print the stack trace and the cause exception (1.3 compatible) |
void |
printStackTrace(java.io.PrintWriter stream)
Print the stack trace and the cause exception (1.3 compatible) |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 message| Method Detail |
|---|
public JNLPFile getFile()
public java.lang.String getCategory()
public java.lang.String getSummary()
public java.lang.String getDescription()
public java.lang.String getSeverity()
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic java.lang.Throwable[] getCauses()
public void printStackTrace(java.io.PrintStream stream)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter stream)
printStackTrace in class java.lang.Throwable
|
IcedTea-Web NetX |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||