Class MalformedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.resources.discovery.icclient.stubs.MalformedQueryException
- All Implemented Interfaces:
Serializable
Thrown by
CollectorStub.execute(String) when the query cannot be submitted to the Information Collector
service.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedQueryException(String message) Creates an instance with a given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedQueryException
Creates an instance with a given message.- Parameters:
message- the detail message explaining the exception
-