|
|||||||||
| 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.objectweb.jonas_lib.deployment.api.DeploymentDescException
public class DeploymentDescException
The DeploymentDesc exception uses the pattern defined by the Enhydra com.lutris.util.ChainedException The source has been temporary duplicated to prevent Jonas using from external dependencies.
| Constructor Summary | |
|---|---|
DeploymentDescException()
Construct an exception without anything |
|
DeploymentDescException(java.lang.String msg)
Construct an exception without a specified cause. |
|
DeploymentDescException(java.lang.String msg,
java.lang.Throwable cause)
Construct an exception with an associated causing exception. |
|
DeploymentDescException(java.lang.Throwable cause)
Construct an exception from a causing exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the causing exception associated with this exception. |
java.lang.String |
getMessage()
|
void |
printStackTrace()
Prints this DeploymentDescException and its backtrace, and the causes and their stack traces to the standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this DeploymentDescException and its backtrace, and the causes and their stack traces to the e specified print stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this DeploymentDescException and its backtrace, and the causes and their stack traces to the e specified print writer. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentDescException()
public DeploymentDescException(java.lang.String msg)
msg - The message associated with the exception.
public DeploymentDescException(java.lang.String msg,
java.lang.Throwable cause)
msg - The message associated with the exception.cause - The error or exception that cause this
exception.public DeploymentDescException(java.lang.Throwable cause)
cause - The error or exception that cause this
exception. The message will be take be this object's
messasge.| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwables - print the trace on a specific print streampublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwables - print the trace on a specific print stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||