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

Constructor Summary
DynamicClassException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getThrowable()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

DynamicClassException

public DynamicClassException(java.lang.Throwable e)
Method Detail

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