程序包 cn.taketoday.oxm
类 ValidationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.oxm.XmlMappingException
cn.taketoday.oxm.ValidationFailureException
- 所有已实现的接口:
cn.taketoday.core.NestedException
,Serializable
Exception thrown on marshalling validation failure.
- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma
- 另请参阅:
-
构造器概要
构造器说明Construct aValidationFailureException
with the specified detail message.ValidationFailureException
(String msg, Throwable cause) Construct aValidationFailureException
with the specified detail message and nested exception. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
ValidationFailureException
Construct aValidationFailureException
with the specified detail message.- 参数:
msg
- the detail message
-
ValidationFailureException
Construct aValidationFailureException
with the specified detail message and nested exception.- 参数:
msg
- the detail messagecause
- the nested exception
-