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