Class XrefCycledReferencesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XrefCycledReferencesException
    extends PdfException
    Exception class for infinite loop in xref structure.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XrefCycledReferencesException​(java.lang.String message)
      Creates a new instance of XrefInfiniteLoopException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • XrefCycledReferencesException

        public XrefCycledReferencesException​(java.lang.String message)
        Creates a new instance of XrefInfiniteLoopException.
        Parameters:
        message - the detail message.