fipaos.util
Class DynamicClassException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--fipaos.FIPAOSException
|
+--fipaos.util.DynamicClassException
- All Implemented Interfaces:
- java.io.Serializable
- public class DynamicClassException
- extends FIPAOSException
Wraps an exception from a dynamically invoked method on a object wrapped
by DynamicClass
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DynamicClassException
public DynamicClassException(java.lang.Throwable e)
getThrowable
public java.lang.Throwable getThrowable()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in class java.lang.Throwable