public class ParseException extends RuntimeException
Constructor and Description |
---|
ParseException(String message,
ConstantPool cp) |
ParseException(String message,
ProgramElement cf) |
Modifier and Type | Method and Description |
---|---|
ProgramElement |
getClassFile() |
ConstantPool |
getConstantPool() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(String message, ConstantPool cp)
public ParseException(String message, ProgramElement cf)
public ProgramElement getClassFile()
public ConstantPool getConstantPool()
Copyright © 2017. All rights reserved.