|
xml2class XML data structures |
|||||
| 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
|
+--xml2class.X2cException
This exception class is superclass of any exception thrown by
xml2class. For a facilitated exception handling,
you may now care only about X2cExceptions, while for a
more differentiated exception handling, you may catch specific subclasses.
XML2ClassParser,
X2cClassBuildingException,
X2cInputException,
X2cInvalidTagException,
X2cOutputException,
X2cTagException,
Exception, Serialized Form| Constructor Summary | |
X2cException()
Constructs an X2cException with no specified detail message. |
|
X2cException(java.lang.String s)
Constructs an X2cException with the specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public X2cException()
X2cException with no specified detail message.public X2cException(java.lang.String s)
X2cException with the specified detail message.s - the detail message.
|
xml2class XML data structures |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||