Class QueryStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.opendaylight.mdsal.binding.api.query.QueryStructureException
- All Implemented Interfaces:
Serializable
Exception reported when the proposed query has a structural problem. This may be either a mismatch with underlying
schema, a value type problem, or a general DTO relationship issue.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryStructureException
(String message) QueryStructureException
(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
-
QueryStructureException
-
QueryStructureException
-