|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.wala.shrikeCT.InvalidClassFileException
public class InvalidClassFileException
This exception is thrown when we detect that the incoming class file data was not a valid class file.
| Constructor Summary | |
|---|---|
InvalidClassFileException(int offset,
java.lang.String s)
The incoming class file is invalid. |
|
| Method Summary | |
|---|---|
int |
getOffset()
|
| 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 |
|---|
public InvalidClassFileException(int offset,
java.lang.String s)
offset - the offset within the data where the invalidity was detecteds - the reason the data is invalid| Method Detail |
|---|
public int getOffset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||