Class IncorrectDataStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
org.opendaylight.yangtools.yang.data.tree.api.IncorrectDataStructureException
- All Implemented Interfaces:
Serializable
Exception thrown when a proposed change fails validation before being applied into the datastore
because of incorrect structure of user supplied data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncorrectDataStructureException(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, String message) IncorrectDataStructureException(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, String message, Throwable cause) -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
getPathMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectDataStructureException
-
IncorrectDataStructureException
public IncorrectDataStructureException(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier path, String message)
-