com.etymon.pj.exception
Class StartxrefFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.etymon.pj.exception.PjException
                    |
                    +--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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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.