Package com.ibm.wala.shrike.shrikeCT
Class InvalidClassFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wala.shrike.shrikeCT.InvalidClassFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidClassFileException extends java.lang.ExceptionThis exception is thrown when we detect that the incoming class file data was not a valid class file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidClassFileException(int offset, java.lang.String s)The incoming class file is invalid.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOffset()
-