|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.rej.util.ParsingException
public class ParsingException
An unchecked exception indicating a parsing error during the parsing of a classfile. Used to indicate an IO problem when parsing a classfile from a stream (as opposed to a byte array).
Constructor Summary | |
---|---|
ParsingException(java.lang.Exception wrapped)
Instanciate this object with the given Exception . |
|
ParsingException(java.lang.String message)
Instanciate this object with the given message. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParsingException(java.lang.Exception wrapped)
Exception
.
wrapped
- an exception that is wrapped by this
object.public ParsingException(java.lang.String message)
message
- exception message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |