public final class POIXMLException
extends java.lang.RuntimeException
Constructor and Description |
---|
POIXMLException()
Create a new
POIXMLException with no
detail mesage. |
POIXMLException(java.lang.String msg)
Create a new
POIXMLException with
the String specified as an error message. |
POIXMLException(java.lang.String msg,
java.lang.Throwable cause)
Create a new
POIXMLException with
the String specified as an error message and the cause. |
POIXMLException(java.lang.Throwable cause)
Create a new
POIXMLException with
the specified cause. |
public POIXMLException()
POIXMLException
with no
detail mesage.public POIXMLException(java.lang.String msg)
POIXMLException
with
the String
specified as an error message.msg
- The error message for the exception.public POIXMLException(java.lang.String msg, java.lang.Throwable cause)
POIXMLException
with
the String
specified as an error message and the cause.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.)public POIXMLException(java.lang.Throwable cause)
POIXMLException
with
the specified cause.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.)Copyright © 2005-2010 Potix Corporation. All Rights Reserved.