public class InvalidClassFileException extends Exception
| Constructor and Description |
|---|
InvalidClassFileException(int offset,
String s)
The incoming class file is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidClassFileException(int offset,
String s)
offset - the offset within the data where the invalidity was detecteds - the reason the data is invalidCopyright © 2019. All rights reserved.