Class CatalogTransformerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.transform.CatalogTransformerException
All Implemented Interfaces:
Serializable

public class CatalogTransformerException extends Exception
The exception thrown when problems transforming a QueryResponse are detected.
See Also:
  • Constructor Details

    • CatalogTransformerException

      public CatalogTransformerException()
      Instantiates a new CatalogTransformerException.
    • CatalogTransformerException

      public CatalogTransformerException(String message)
      Instantiates a new CatalogTransformerException with the provided message.
      Parameters:
      message - the message
    • CatalogTransformerException

      public CatalogTransformerException(String message, Throwable throwable)
      Instantiates a new CatalogTransformerException with the provided message and throwable.
      Parameters:
      message - the message
      throwable - the throwable
    • CatalogTransformerException

      public CatalogTransformerException(Throwable throwable)
      Instantiates a new CatalogTransformerException with the provided throwable.
      Parameters:
      throwable - the throwable