|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.poi.POIXMLException
public final class POIXMLException
Indicates a generic OOXML error.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
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.)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |