|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.poi.util.RecordFormatException
org.apache.poi.hssf.record.RecordFormatException
public class RecordFormatException
Title: Record Format Exception Description: Used by records to indicate invalid format/data.
Constructor Summary | |
---|---|
RecordFormatException(java.lang.String exception)
|
|
RecordFormatException(java.lang.String exception,
java.lang.Throwable thr)
|
|
RecordFormatException(java.lang.Throwable thr)
|
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 RecordFormatException(java.lang.String exception)
public RecordFormatException(java.lang.String exception, java.lang.Throwable thr)
public RecordFormatException(java.lang.Throwable thr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |