Class LazyXPathExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opendaylight.yangtools.yang.data.jaxen.api.LazyXPathExpressionException
-
- All Implemented Interfaces:
Serializable
@Beta @Deprecated public class LazyXPathExpressionException extends RuntimeException
Deprecated.PREVIEW API. DO NOT IMPLEMENT YET AS THIS NEEDS TO BE VALIDATED FOR USE IN CLIENT APPLICATIONS. APPLICATIONS WILLING TO USE THIS API PLEASE CONTACT yangtools-dev.The runtime counterpart ofXPathExpressionException
. Can occur only when the user is accessing any state created from the user's invocation to theLazyXPathExpression
API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LazyXPathExpressionException(String message)
Deprecated.LazyXPathExpressionException(String message, Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-