Package com.deltaxml.core.exceptions
Class InputLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.core.exceptions.InputLoadException
- All Implemented Interfaces:
Serializable
Indicates that an input could not be loaded.
An InputLoadException is thrown by compare methods that need to load and parse the input documents to compare. Either of these operations could result in errors, in which case this Exception is thrown.
See the underlying cause for more information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputLoadException(String message, Throwable cause) Constructs a new InputLoadException. -
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
-
InputLoadException
Constructs a new InputLoadException.- Parameters:
message- the exception messagecause- the underlying cause
-