Class NodeletException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibatis.common.xml.NodeletException
All Implemented Interfaces:
Serializable

public class NodeletException extends Exception
The Class NodeletException.
See Also:
  • Constructor Details

    • NodeletException

      public NodeletException()
      Instantiates a new nodelet exception.
    • NodeletException

      public NodeletException(String msg)
      Instantiates a new nodelet exception.
      Parameters:
      msg - the msg
    • NodeletException

      public NodeletException(Throwable cause)
      Instantiates a new nodelet exception.
      Parameters:
      cause - the cause
    • NodeletException

      public NodeletException(String msg, Throwable cause)
      Instantiates a new nodelet exception.
      Parameters:
      msg - the msg
      cause - the cause