|
||||||||||
| 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.etymon.pjx.PdfException
com.etymon.pjx.stream.PdfDecoderException
com.etymon.pjx.stream.PdfDecoderFormatException
public class PdfDecoderFormatException
Thrown if a stream decoder encounters data in a stream that it cannot decode.
| Constructor Summary | |
|---|---|
PdfDecoderFormatException(java.lang.String s)
Creates an instance of this exception with a detailed message. |
|
PdfDecoderFormatException(java.lang.String s,
long errorOffset)
Creates an instance of this exception with a detailed message and offset. |
|
| Method Summary |
|---|
| Methods inherited from class com.etymon.pjx.PdfException |
|---|
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 PdfDecoderFormatException(java.lang.String s)
s - the detailed message.
public PdfDecoderFormatException(java.lang.String s,
long errorOffset)
s - the detailed message.errorOffset - the position where the error is found
while parsing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||