Package org.apache.poi.util
Class DocumentFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.poi.util.DocumentFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class DocumentFormatException extends java.lang.RuntimeException
This is similar toRecordFormatException
, except this is thrown when there's a higher order problem with parsing a document beyond individual records.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentFormatException(java.lang.String exception)
DocumentFormatException(java.lang.String exception, java.lang.Throwable thr)
DocumentFormatException(java.lang.Throwable thr)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
check(boolean assertTrue, java.lang.String message)
Syntactic sugar to check whether a DocumentFormatException should be thrown.
-