com.etymon.pj.exception
Class XrefFormatException

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

public class XrefFormatException
extends PjException

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

See Also:
Serialized Form

Constructor Summary
XrefFormatException(java.lang.String s)
          Creates an XrefFormatException 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

XrefFormatException

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

Parameters:
s - the detailed message.