Class POIXMLException

    • Constructor Detail

      • POIXMLException

        public POIXMLException()
        Create a new POIXMLException with no detail mesage.
      • POIXMLException

        public POIXMLException​(String msg)
        Create a new POIXMLException with the String specified as an error message.
        Parameters:
        msg - The error message for the exception.
      • POIXMLException

        public POIXMLException​(String msg,
                               Throwable cause)
        Create a new POIXMLException with the String specified as an error message and the cause.
        Parameters:
        msg - The error message for the exception.
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      • POIXMLException

        public POIXMLException​(Throwable cause)
        Create a new POIXMLException with the specified cause.
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)