Package ddf.catalog.transform
Class CatalogTransformerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.transform.CatalogTransformerException
- All Implemented Interfaces:
Serializable
The exception thrown when problems transforming a
QueryResponse are
detected.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newCatalogTransformerException.CatalogTransformerException(String message) Instantiates a newCatalogTransformerExceptionwith the provided message.CatalogTransformerException(String message, Throwable throwable) Instantiates a newCatalogTransformerExceptionwith the provided message and throwable.CatalogTransformerException(Throwable throwable) Instantiates a newCatalogTransformerExceptionwith the provided throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CatalogTransformerException
public CatalogTransformerException()Instantiates a newCatalogTransformerException. -
CatalogTransformerException
Instantiates a newCatalogTransformerExceptionwith the provided message.- Parameters:
message- the message
-
CatalogTransformerException
Instantiates a newCatalogTransformerExceptionwith the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
CatalogTransformerException
Instantiates a newCatalogTransformerExceptionwith the provided throwable.- Parameters:
throwable- the throwable
-