Package org.apache.pdfbox.exceptions
Class OutlineNotLocalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pdfbox.exceptions.OutlineNotLocalException
- All Implemented Interfaces:
Serializable
This exception will be thrown when a local destination(page within the same PDF) is required
but the bookmark(PDOutlineItem) refers to an external destination or an action that does not
point to a page.
- Version:
- $Revision: 1.2 $
- Author:
- Ben Litchfield
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutlineNotLocalException
Constructor.- Parameters:
msg
- An error message.
-