|
||||||||||
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.control.IllegalBindingException
org.objectweb.fractal.julia.control.binding.ChainedIllegalBindingException
A sub class of the IllegalBindingException
class.
Constructor Summary | |
ChainedIllegalBindingException(Throwable exception,
Component clientComponent,
Component serverComponent,
String clientItf,
String serverItf,
String message)
Constructs a new ChainedIllegalBindingException exception. |
Method Summary | |
Component |
getClientComponent()
Returns the client side component of the illegal binding. |
String |
getClientInterface()
Returns the name of the client interface of the illegal binding. |
Throwable |
getException()
Returns the exception that caused in this exception. |
Component |
getServerComponent()
Returns the server side component of the illegal binding. |
String |
getServerInterface()
Returns he name of the server interface of the illegal binding. |
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 ChainedIllegalBindingException(Throwable exception, Component clientComponent, Component serverComponent, String clientItf, String serverItf, String message)
ChainedIllegalBindingException
exception.
exception
- the cause of this exception. May be null.clientComponent
- the client side component of the illegal binding.serverComponent
- the server side component of the illegal binding.
May be null.clientItf
- the name of the client interface of the illegal binding.serverItf
- the name of the server interface of the illegal binding.
May be null.message
- a detailed error message.Method Detail |
public Throwable getException()
public Component getClientComponent()
public Component getServerComponent()
public String getClientInterface()
public String getServerInterface()
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 |