Class PdfException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.Object> messageParams  
      protected java.lang.Object object
      Object for more details
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfException​(java.lang.String message)
      Creates a new instance of PdfException.
      PdfException​(java.lang.String message, java.lang.Object obj)
      Creates a new instance of PdfException.
      PdfException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new instance of PdfException.
      PdfException​(java.lang.String message, java.lang.Throwable cause, java.lang.Object obj)
      Creates a new instance of PdfException.
      PdfException​(java.lang.Throwable cause)
      Creates a new instance of PdfException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      protected java.lang.Object[] getMessageParams()
      Gets additional params for Exception message.
      PdfException setMessageParams​(java.lang.Object... messageParams)
      Sets additional params for Exception message.
      • 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
    • Field Detail

      • object

        protected java.lang.Object object
        Object for more details
      • messageParams

        private java.util.List<java.lang.Object> messageParams
    • Constructor Detail

      • PdfException

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

        public PdfException​(java.lang.Throwable cause)
        Creates a new instance of PdfException.
        Parameters:
        cause - the cause (which is saved for later retrieval by Throwable.getCause() method).
      • PdfException

        public PdfException​(java.lang.String message,
                            java.lang.Object obj)
        Creates a new instance of PdfException.
        Parameters:
        message - the detail message.
        obj - an object for more details.
      • PdfException

        public PdfException​(java.lang.String message,
                            java.lang.Throwable cause)
        Creates a new instance of PdfException.
        Parameters:
        message - the detail message.
        cause - the cause (which is saved for later retrieval by Throwable.getCause() method).
      • PdfException

        public PdfException​(java.lang.String message,
                            java.lang.Throwable cause,
                            java.lang.Object obj)
        Creates a new instance of PdfException.
        Parameters:
        message - the detail message.
        cause - the cause (which is saved for later retrieval by Throwable.getCause() method).
        obj - an object for more details.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • setMessageParams

        public PdfException setMessageParams​(java.lang.Object... messageParams)
        Sets additional params for Exception message.
        Parameters:
        messageParams - additional params.
        Returns:
        object itself.
      • getMessageParams

        protected java.lang.Object[] getMessageParams()
        Gets additional params for Exception message.
        Returns:
        array of additional params