Package org.metricshub.wmi.exceptions
Class WqlQuerySyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.metricshub.wmi.exceptions.WqlQuerySyntaxException
- All Implemented Interfaces:
Serializable
Exception for a syntax error in the WQL Query parameter.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWqlQuerySyntaxException
(String wqlQuery) WqlQuerySyntaxException
(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
-
WqlQuerySyntaxException
-
WqlQuerySyntaxException
-