PJX

com.etymon.pjx.stream
Class PdfDecoderNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.etymon.pjx.PdfException
              extended bycom.etymon.pjx.stream.PdfDecoderException
                  extended bycom.etymon.pjx.stream.PdfDecoderNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class PdfDecoderNotSupportedException
extends PdfDecoderException

Thrown if stream decoding requires a decoder method that is not supported by this package.

See Also:
Serialized Form

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.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfDecoderNotSupportedException

public PdfDecoderNotSupportedException(java.lang.String s)
Creates an instance of this exception with a detailed message.

Parameters:
s - the detailed message.

PdfDecoderNotSupportedException

public PdfDecoderNotSupportedException(java.lang.String s,
                                       long errorOffset)
Creates an instance of this exception with a detailed message and offset. A detailed message is a String that describes this particular exception.

Parameters:
s - the detailed message.
errorOffset - the position where the error is found while parsing.

Copyright © 1998-2004 Etymon Systems, Inc.

The PDF data structures, operators, and specification are
Copyright © 1985-2004 Adobe Systems Incorporated.