|
||||||||||
| 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
public class PdfDecoderException
Thrown if there is a problem related to PDF stream encoding or decoding.
| Constructor Summary | |
|---|---|
PdfDecoderException(java.lang.String s)
Creates an instance of this exception with a detailed message. |
|
PdfDecoderException(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 PdfDecoderException(java.lang.String s)
s - the detailed message.
public PdfDecoderException(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 | |||||||||