Package com.deltaxml.core.exceptions
Class InvalidInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.InvalidInputException
- All Implemented Interfaces:
Serializable
An exception which indicates that an input is not of the correct format for this pipeline.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidInputException(String message) Constructs a new InvalidInputException.InvalidInputException(String message, Throwable cause) Constructs a new InvalidInputException. -
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidInputException
Constructs a new InvalidInputException.- Parameters:
message- the exception message
-
InvalidInputException
Constructs a new InvalidInputException.- Parameters:
message- the exception messagecause- the underlying cause
-