|
||||||||||
| 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.fractal.deployment.local.api.UndeploymentException
org.ow2.jasmine.jade.fractal.julia.control.deployment.ChainedUndeploymentException
public class ChainedUndeploymentException
A sub class of the UndeploymentException class.
| Constructor Summary | |
|---|---|
ChainedUndeploymentException(java.lang.Throwable exception,
org.objectweb.fractal.api.Component component,
java.lang.String message)
Constructs a new ChainedUndeploymentException exception. |
|
| Method Summary | |
|---|---|
org.objectweb.fractal.api.Component |
getComponent()
Returns the undeployable component. |
java.lang.Throwable |
getException()
Returns the exception that caused in this exception. |
void |
printStackTrace()
Prints the stack backtrace. |
void |
printStackTrace(java.io.PrintStream s)
Prints this exception and its backtrace to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this exception and its backtrace to the specified print writer. |
java.lang.String |
toString()
Returns a String representation of this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChainedUndeploymentException(java.lang.Throwable exception,
org.objectweb.fractal.api.Component component,
java.lang.String message)
ChainedUndeploymentException exception.
exception - the cause of this exception. May be null.component - the component undeployable.message - a detailed error message.| Method Detail |
|---|
public java.lang.Throwable getException()
public org.objectweb.fractal.api.Component getComponent()
public java.lang.String toString()
toString 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 - PrintStream to use for output.public void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwables - PrintWriter to use for output.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||