Class ValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    @ProviderType
    public class ValidationException
    extends java.lang.RuntimeException
    Thrown in case an validation could not be performed for the given model. (although it would be required through ValidationStrategy.REQUIRED). Depends on the actual implementation under which exact circumstances this is thrown.
    See Also:
    ModelFactory, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ValidationException

        public ValidationException​(java.lang.String message)
      • ValidationException

        public ValidationException​(java.lang.Throwable cause)