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.Throwable cause)
Constructs a new exception with the specified detail cause.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
alreadyCaptured()
Deprecated.
since 2.3
|
MessageBean |
getMessageBean()
Deprecated.
since 2.3
|
void |
setCaptured(boolean isCaptured)
Deprecated.
since 2.3
|
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(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.@Deprecated public MessageBean getMessageBean()
@Deprecated public boolean alreadyCaptured()
true if the exception has already solved, else false@Deprecated public void setCaptured(boolean isCaptured)
isCaptured - boolean