Package ddf.catalog.data
Class MetacardCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.data.MetacardCreationException
- All Implemented Interfaces:
Serializable
The exception thrown when problems are detected during the creation of a
Metacard.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newMetacardCreationException.MetacardCreationException(String message) Instantiates a newMetacardCreationExceptionwith the provided message.MetacardCreationException(String message, Throwable throwable) Instantiates a newMetacardCreationExceptionwith the provided message and throwable.MetacardCreationException(Throwable throwable) Instantiates a newMetacardCreationExceptionwith 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
-
MetacardCreationException
public MetacardCreationException()Instantiates a newMetacardCreationException. -
MetacardCreationException
Instantiates a newMetacardCreationExceptionwith the provided message.- Parameters:
message- the message
-
MetacardCreationException
Instantiates a newMetacardCreationExceptionwith the provided message and throwable.- Parameters:
message- the messagethrowable- the throwable
-
MetacardCreationException
Instantiates a newMetacardCreationExceptionwith the provided throwable.- Parameters:
throwable- the throwable
-