程序包 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

public class ValidationFailureException extends XmlMappingException
Exception thrown on marshalling validation failure.
从以下版本开始:
4.0
作者:
Arjen Poutsma
另请参阅:
  • 构造器详细资料

    • ValidationFailureException

      public ValidationFailureException(String msg)
      Construct a ValidationFailureException with the specified detail message.
      参数:
      msg - the detail message
    • ValidationFailureException

      public ValidationFailureException(String msg, Throwable cause)
      Construct a ValidationFailureException with the specified detail message and nested exception.
      参数:
      msg - the detail message
      cause - the nested exception