org.apache.pdfbox.exceptions
Class OutlineNotLocalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.pdfbox.exceptions.OutlineNotLocalException
All Implemented Interfaces:
Serializable

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
See Also:
Serialized Form

Constructor Summary
OutlineNotLocalException(String msg)
          Constructor.
 
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

OutlineNotLocalException

public OutlineNotLocalException(String msg)
Constructor.

Parameters:
msg - An error message.


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.