|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
es.uc3m.it.xbe32.XBE32ParseException
Exception class for errors occuring while parsing XBE32 Elements.
XBE32Parser.parse()
,
Serialized FormConstructor Summary | |
XBE32ParseException(Exception ex)
Creates a new XBE32ParseException with an encapsulated Exception |
|
XBE32ParseException(String msg)
Creates a new XBE32ParseException with the specified message |
|
XBE32ParseException(String msg,
int id,
String name)
Creates a new XBE32ParseException with the specified message, that occurred while parsing the specified XBE32 Element |
Method Summary | |
Exception |
getException()
Returns the encapsulated Exception, if any |
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 XBE32ParseException(String msg)
msg
- the error messagepublic XBE32ParseException(String msg, int id, String name)
msg
- the error messageid
- the identifier of the invalid Elementname
- the name of the invalid Elementpublic XBE32ParseException(Exception ex)
ex
- the Exception to be encapsulatedMethod Detail |
public Exception getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |