Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » hssf » record » [javadoc | source]
org.apache.poi.hssf.record
public class: RecordFormatException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.apache.poi.hssf.record.RecordFormatException

All Implemented Interfaces:
    Serializable

Title: Record Format Exception Description: Used by records to indicate invalid format/data.

Constructor:
 public RecordFormatException(String exception) 
 public RecordFormatException(Throwable thr) 
 public RecordFormatException(String exception,
    Throwable thr) 
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait