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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InstrumentorException()
           
InstrumentorException(java.lang.String msg)
           
InstrumentorException(java.lang.String msg, java.lang.Throwable t)
           
InstrumentorException(java.lang.Throwable t)
           
 
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
 

Constructor Detail

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)