|
Home | |||||||
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 | +--java.lang.RuntimeException | +--xl2.util.NestedException | +--xl2.odb.XL2Exception
Base exception for this package. Allows applications to easily trap most XL2 exceptions (excludes xl2.transaction exceptions).
Constructor Summary | |
XL2Exception()
|
|
XL2Exception(java.lang.Exception nested)
|
|
XL2Exception(java.lang.String message)
|
Methods inherited from class xl2.util.NestedException |
getException, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XL2Exception()
public XL2Exception(java.lang.String message)
public XL2Exception(java.lang.Exception nested)
|
Home | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |