|
||||||||||
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.api.NoSuchInterfaceException
org.objectweb.fractal.julia.ChainedNoSuchInterfaceException
A sub class of the NoSuchInterfaceException
class.
Constructor Summary | |
ChainedNoSuchInterfaceException(Throwable exception,
Component component,
String message)
Constructs a new ChainedNoSuchInterfaceException exception. |
Method Summary | |
Component |
getComponent()
Returns the component whose interface cannot be found. |
Throwable |
getException()
Returns the exception that caused in this exception. |
void |
printStackTrace()
Prints the stack backtrace. |
void |
printStackTrace(PrintStream s)
Prints this exception and its backtrace to the specified print stream. |
void |
printStackTrace(PrintWriter s)
Prints this exception and its backtrace to the specified print writer. |
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 ChainedNoSuchInterfaceException(Throwable exception, Component component, String message)
ChainedNoSuchInterfaceException
exception.
exception
- the cause of this exception. May be null.component
- the component whose interface cannot be found. May be
null.message
- the name of the interface that cannot be found.Method Detail |
public Throwable getException()
public Component getComponent()
public String toString()
public void printStackTrace()
public void printStackTrace(PrintStream s)
s
- PrintStream to use for output.public void printStackTrace(PrintWriter s)
s
- PrintWriter to use for output.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |