Package loci.poi.hssf.record
Class RecordFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- loci.poi.hssf.record.RecordFormatException
-
- All Implemented Interfaces:
Serializable
public class RecordFormatException extends RuntimeException
Title: Record Format Exception Description: Used by records to indicate invalid format/data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecordFormatException(String exception)
RecordFormatException(String exception, Throwable thr)
RecordFormatException(Throwable thr)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-