|
||||||||||
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.jdesktop.jdic.desktop.internal.LaunchFailedException
public class LaunchFailedException
Thrown by methods when the contenting handling application, or the system browser, or the system mailer client fails to be launched.
Constructor Summary | |
---|---|
LaunchFailedException()
Constructs a LaunchFailedException without a detail message. |
|
LaunchFailedException(java.lang.String msg)
Constructs a LaunchFailedException with a detail message. |
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 LaunchFailedException()
LaunchFailedException
without a detail message.
public LaunchFailedException(java.lang.String msg)
LaunchFailedException
with a detail message.
msg
- the detail message pertaining to this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |