com.etymon.pj.exception
Class StartxrefFormatException

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.StartxrefFormatException
All Implemented Interfaces:
java.io.Serializable

public class StartxrefFormatException
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
StartxrefFormatException(java.lang.String s)
          Creates a StartxrefFormatException 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

StartxrefFormatException

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

Parameters:
s - the detailed message.