Package org.apache.poi.hssf.model
Class InternalSheet.UnsupportedBOFType
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.poi.util.RecordFormatException
-
- org.apache.poi.hssf.model.InternalSheet.UnsupportedBOFType
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InternalSheet
public static class InternalSheet.UnsupportedBOFType extends RecordFormatException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UnsupportedBOFType(int type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
-
Methods inherited from class org.apache.poi.util.RecordFormatException
check
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-