|
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
|
+--xml2class.X2cClassBuildingException
This exception is thrown when one of the XML elements or attributes did not correspond to an already present class or method, so that Java couldn't build that object.
Any ClassNotFoundException, NoSuchMethodException,
InstantiationException, IllegalAccessException
and InvocationTargetException will be converted to a
X2cClassBuildingException.
X2cException,
XML2ClassParser,
ClassNotFoundException,
NoSuchMethodException,
InstantiationException,
IllegalAccessException,
InvocationTargetException, Serialized Form| Constructor Summary | |
X2cClassBuildingException()
Constructs an X2cClassBuildingException with no specified detail message. |
|
X2cClassBuildingException(java.lang.String s)
Constructs an X2cClassBuildingException 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 X2cClassBuildingException()
X2cClassBuildingException with no specified detail message.public X2cClassBuildingException(java.lang.String s)
X2cClassBuildingException 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 | |||||