Class OutlineNotLocalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OutlineNotLocalException
    extends java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - An error message.