|
||||||||||
| 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.PdfDecoderNotSupportedException
public class PdfDecoderNotSupportedException
Thrown if stream decoding requires a decoder method that is not supported by this package.
| Constructor Summary | |
|---|---|
PdfDecoderNotSupportedException(java.lang.String s)
Creates an instance of this exception with a detailed message. |
|
PdfDecoderNotSupportedException(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 PdfDecoderNotSupportedException(java.lang.String s)
s - the detailed message.
public PdfDecoderNotSupportedException(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 | |||||||||