org.pdfbox.exceptions

Class OutlineNotLocalException


public class OutlineNotLocalException
extends IOException

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

Constructor Summary

OutlineNotLocalException(String msg)
Constructor.

Constructor Details

OutlineNotLocalException

public OutlineNotLocalException(String msg)
Constructor.
Parameters:
msg - An error message.