fipaos.util
Class DynamicClassException

|
+--fipaos.util.DynamicClassException

public class DynamicClassException
extends FIPAOSException

Wraps an exception from a dynamically invoked method on a object wrapped
by DynamicClass


Constructor Summary
DynamicClassException(Throwable e)
           

Method Summary
 ThrowablegetThrowable()
           
 voidprintStackTrace()
           
 voidprintStackTrace(PrintStream ps)
           
 voidprintStackTrace(PrintWriter pw)
           
 StringtoString()
           

Constructor Detail

DynamicClassException

public DynamicClassException(Throwable e)
Method Detail

getThrowable

public Throwable getThrowable()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace(PrintWriter pw)

toString

public String toString()

Association Links

to Class java.lang.Throwable