|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.remoting.cmd.Cmd
org.clazzes.remoting.cmd.InvocationExceptionCmd
public class InvocationExceptionCmd
A command that is sent, when an invocation raised an exception.
Constructor Summary | |
---|---|
InvocationExceptionCmd(java.lang.Throwable excpetion)
|
Method Summary | |
---|---|
void |
accept(CmdVisitor visitor)
|
java.lang.Throwable |
getException()
|
Methods inherited from class org.clazzes.remoting.cmd.Cmd |
---|
acceptCmd |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationExceptionCmd(java.lang.Throwable excpetion)
excpetion
- The exception raised by an invocation.Method Detail |
---|
public java.lang.Throwable getException()
public void accept(CmdVisitor visitor)
accept
in class Cmd
visitor
- The visitor representing a polymorphic operation on the command.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |