Class ClassBytesNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
rife.instrument.exceptions.ClassBytesNotFoundException
All Implemented Interfaces:
Serializable

public class ClassBytesNotFoundException extends Exception
This exception is thrown and when the bytecode for a class couldn't be found.
Since:
1.0
See Also:
  • Constructor Details

    • ClassBytesNotFoundException

      public ClassBytesNotFoundException(String filename, Throwable cause)
  • Method Details

    • getFilename

      public String getFilename()