org.bsf.smartValueObject.tools
Class InstrumentorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.bsf.smartValueObject.tools.InstrumentorException
- All Implemented Interfaces:
- java.io.Serializable
- public class InstrumentorException
- extends java.lang.Exception
Exception for wrapping low-level errors caused by the bytecode
manipulating libraries.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InstrumentorException
public InstrumentorException()
InstrumentorException
public InstrumentorException(java.lang.String msg)
InstrumentorException
public InstrumentorException(java.lang.String msg,
java.lang.Throwable t)
InstrumentorException
public InstrumentorException(java.lang.Throwable t)