com.etymon.pj.exception
Class InvalidPdfObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.etymon.pj.exception.PjException
              extended by com.etymon.pj.exception.InvalidPdfObjectException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPdfObjectException
extends PjException

An exception that gets thrown when the parser encounters invalid data while trying to read the startxref.

See Also:
Serialized Form

Constructor Summary
InvalidPdfObjectException(java.lang.String s)
          Creates a InvalidObjectException with a detailed 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPdfObjectException

public InvalidPdfObjectException(java.lang.String s)
Creates a InvalidObjectException with a detailed message.

Parameters:
s - the detailed message.