Class SchemaValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.opendaylight.yangtools.yang.data.tree.api.SchemaValidationFailedException
- All Implemented Interfaces:
Serializable
SchemaValidationFailedException is thrown when an attempt is made to modify the data tree and the modification
does not match the schema context.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaValidationFailedException
(String message) SchemaValidationFailedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaValidationFailedException
-
SchemaValidationFailedException
-