Package com.ibatis.common.xml
Class NodeletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibatis.common.xml.NodeletException
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new nodelet exception.NodeletException
(String msg) Instantiates a new nodelet exception.NodeletException
(String msg, Throwable cause) Instantiates a new nodelet exception.NodeletException
(Throwable cause) Instantiates a new nodelet exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeletException
public NodeletException()Instantiates a new nodelet exception. -
NodeletException
-
NodeletException
Instantiates a new nodelet exception.- Parameters:
cause
- the cause
-
NodeletException
-