Class LoadingException

All Implemented Interfaces:
Serializable

public final class LoadingException extends DiffXException
Class of exceptions occurring when trying to load data for Diff-X.
Version:
14 May 2005
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Version number for the serialised class.
      See Also:
  • Constructor Details

    • LoadingException

      public LoadingException()
      Creates a new Loading exception.
    • LoadingException

      public LoadingException(String message)
      Creates a new loading exception with a given message.
      Parameters:
      message - The message explaining the exception.
    • LoadingException

      public LoadingException(Exception ex)
      Creates a new loading exception wrapping an occurring exception.
      Parameters:
      ex - The exception to be wrapped.
    • LoadingException

      public LoadingException(String message, Exception ex)
      Creates a new loading exception wrapping an occurring exception.
      Parameters:
      message - The message explaining the exception.
      ex - The exception to be wrapped.