Class PdfAConformanceException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object object  
      private static long serialVersionUID
      Serial version UID.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObject()  
      • 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
      • object

        protected java.lang.Object object
    • Constructor Detail

      • PdfAConformanceException

        public PdfAConformanceException​(java.lang.Object object,
                                        java.lang.String message)
    • Method Detail

      • getObject

        public java.lang.Object getObject()