org.objectweb.jonas_lib.deployment.api.DeploymentDescException Class Reference

List of all members.

Public Member Functions

 DeploymentDescException ()
 DeploymentDescException (String msg)
 DeploymentDescException (String msg, Throwable cause)
 DeploymentDescException (Throwable cause)
String getMessage ()
Throwable getCause ()
void printStackTrace ()
void printStackTrace (PrintStream s)
void printStackTrace (PrintWriter s)

Detailed Description

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.
Author:
Christophe Ney

Definition at line 42 of file DeploymentDescException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.api.DeploymentDescException.DeploymentDescException  ) 
 

Construct an exception without anything

Definition at line 52 of file DeploymentDescException.java.

org.objectweb.jonas_lib.deployment.api.DeploymentDescException.DeploymentDescException String  msg  ) 
 

Construct an exception without a specified cause.

Parameters:
msg The message associated with the exception.

Definition at line 63 of file DeploymentDescException.java.

org.objectweb.jonas_lib.deployment.api.DeploymentDescException.DeploymentDescException String  msg,
Throwable  cause
 

Construct an exception with an associated causing exception.

Parameters:
msg The message associated with the exception.
cause The error or exception that cause this exception.

Definition at line 75 of file DeploymentDescException.java.

org.objectweb.jonas_lib.deployment.api.DeploymentDescException.DeploymentDescException Throwable  cause  ) 
 

Construct an exception from a causing exception.

Parameters:
cause The error or exception that cause this exception. The message will be take be this object's messasge.

Definition at line 88 of file DeploymentDescException.java.


Member Function Documentation

Throwable org.objectweb.jonas_lib.deployment.api.DeploymentDescException.getCause  ) 
 

Gets the causing exception associated with this exception.

Returns:
The causing exception or null if no cause is specified.

Definition at line 110 of file DeploymentDescException.java.

String org.objectweb.jonas_lib.deployment.api.DeploymentDescException.getMessage  ) 
 

Returns:
the message associated with this exception. If causes are included, they will be appended to the message.

Definition at line 97 of file DeploymentDescException.java.

void org.objectweb.jonas_lib.deployment.api.DeploymentDescException.printStackTrace PrintWriter  s  ) 
 

Prints this DeploymentDescException and its backtrace, and the causes and their stack traces to the e specified print writer.

Parameters:
s print the trace on a specific print stream

Definition at line 146 of file DeploymentDescException.java.

void org.objectweb.jonas_lib.deployment.api.DeploymentDescException.printStackTrace PrintStream  s  ) 
 

Prints this DeploymentDescException and its backtrace, and the causes and their stack traces to the e specified print stream.

Parameters:
s print the trace on a specific print stream

Definition at line 132 of file DeploymentDescException.java.

void org.objectweb.jonas_lib.deployment.api.DeploymentDescException.printStackTrace  ) 
 

Prints this DeploymentDescException and its backtrace, and the causes and their stack traces to the standard error stream.

Definition at line 118 of file DeploymentDescException.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:12 2005 for JOnAS by  doxygen 1.3.9.1