public class DataValidationFailedException extends TransactionCommitFailedException
| Constructor and Description | 
|---|
DataValidationFailedException(Class<P> pathType,
                             P path,
                             String message)  | 
DataValidationFailedException(Class<P> pathType,
                             P path,
                             String message,
                             Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.opendaylight.yangtools.concepts.Path<?> | 
getPath()  | 
Class<? extends org.opendaylight.yangtools.concepts.Path<?>> | 
getPathType()  | 
getErrorList, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DataValidationFailedException(Class<P> pathType, P path, String message, Throwable cause)
public final org.opendaylight.yangtools.concepts.Path<?> getPath()
public final Class<? extends org.opendaylight.yangtools.concepts.Path<?>> getPathType()
Copyright © 2018 OpenDaylight. All rights reserved.