Class InputLoadException

All Implemented Interfaces:
Serializable

public class InputLoadException extends DeltaXMLException

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 Details

    • InputLoadException

      public InputLoadException(String message, Throwable cause)
      Constructs a new InputLoadException.
      Parameters:
      message - the exception message
      cause - the underlying cause