|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jxl.JXLException | +--jxl.write.WriteException | +--jxl.write.biff.JxlWriteException
Exception thrown when reading a biff file
Inner Class Summary | |
private static class |
JxlWriteException.WriteMessage
|
Field Summary | |
(package private) static JxlWriteException.WriteMessage |
cellReferenced
|
(package private) static JxlWriteException.WriteMessage |
formatInitialized
|
(package private) static JxlWriteException.WriteMessage |
maxRowsExceeded
|
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary | |
JxlWriteException(JxlWriteException.WriteMessage m)
Constructs this exception with the specified message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
static JxlWriteException.WriteMessage formatInitialized
static JxlWriteException.WriteMessage cellReferenced
static JxlWriteException.WriteMessage maxRowsExceeded
Constructor Detail |
public JxlWriteException(JxlWriteException.WriteMessage m)
m
- the message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |