Package com.gitee.apanlh.exp
Class XmlConvertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gitee.apanlh.exp.XmlConvertException
-
- All Implemented Interfaces:
Serializable
public class XmlConvertException extends RuntimeException
用于表示XML转换异常- Author:
- Pan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlConvertException(Exception e)构造函数XmlConvertException(String msg)构造函数XmlConvertException(String msg, Throwable cause)构造函数
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-