Contents
Class InvalidClassFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.shrike.shrikeCT.InvalidClassFileException
- All Implemented Interfaces:
Serializable
This exception is thrown when we detect that the incoming class file data was not a valid class
file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidClassFileException
(int offset, String s) The incoming class file is invalid. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString