com.etymon.pj.exception
Class PjException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.etymon.pj.exception.PjException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidPdfObjectException, PdfFormatException, PjScriptException, StartxrefFormatException, XrefFormatException

public class PjException
extends java.lang.Exception

The base class for all exceptions within this package.

See Also:
Serialized Form

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

PjException

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

Parameters:
s - the detailed message.