public class XmlObjectFactoryException extends RuntimeException
Constructor and Description |
---|
XmlObjectFactoryException(String message)
Constructs an instance of XmlObjectFactoryException.
|
XmlObjectFactoryException(String message,
Throwable parent)
Constructs an instance of XmlObjectFactoryException.
|
XmlObjectFactoryException(Throwable parent)
Constructs an instance of XmlObjectFactoryException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XmlObjectFactoryException(Throwable parent)
parent
- the parent throwablepublic XmlObjectFactoryException(String message)
message
- the exception messagepublic XmlObjectFactoryException(String message, Throwable parent)
message
- the exception messageparent
- the parent throwableCopyright © 2003–2014 AndroMDA.org. All rights reserved.