public final class DITAOTException
extends java.lang.Exception
| Constructor and Description |
|---|
DITAOTException()
Constructs a new DITAOTException with
null
as its detail message. |
DITAOTException(MessageBean msgBean,
java.lang.Throwable cause,
java.lang.String message)
Constructs a new exception with the detailed messagebean and
cause.
|
DITAOTException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
DITAOTException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
cause.
|
DITAOTException(java.lang.String message,
net.sf.saxon.trans.UncheckedXPathException cause)
Constructs a new exception with the specified detail message and
cause, using location information from a root
XPathException |
DITAOTException(java.lang.Throwable cause)
Constructs a new exception with the specified detail cause.
|
DITAOTException(net.sf.saxon.trans.UncheckedXPathException cause)
Constructs a new exception with cause, using location information from a root
XPathException |
public DITAOTException()
null
as its detail message.public DITAOTException(java.lang.String message)
message - the detail messagepublic DITAOTException(java.lang.Throwable cause)
cause - the causepublic DITAOTException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the causepublic DITAOTException(net.sf.saxon.trans.UncheckedXPathException cause)
XPathExceptioncause - the causepublic DITAOTException(java.lang.String message,
net.sf.saxon.trans.UncheckedXPathException cause)
XPathExceptionmessage - the detail message.cause - the causepublic DITAOTException(MessageBean msgBean,
java.lang.Throwable cause,
java.lang.String message)
msgBean - the bean contains detailed information for log statistic.cause - the causemessage - the detail message.