|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.etymon.pjx.PdfException
The superclass of all exceptions within this package.
| Constructor Summary | |
PdfException(java.lang.String s)
Creates a PdfException with a detailed message. |
|
PdfException(java.lang.String s,
long offset)
Creates a PdfException with a detailed message and offset. |
|
| Method Summary | |
long |
getOffset()
Returns the position where the error was found. |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PdfException(java.lang.String s)
s - the detailed message.
public PdfException(java.lang.String s,
long offset)
s - the detailed message.offset - the position where the error is found.| Method Detail |
public long getOffset()
|
Copyright © 1998-2004 Etymon Systems, Inc. The PDF data structures, operators, and specification are |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||