Class InvalidRelationException

All Implemented Interfaces:
Serializable

public class InvalidRelationException
extends BaseException
Exceptions of this type are thrown when a ValidationAction has detected that a file related to the main file is invalid.
Version:
2.5
Author:
Nicklas
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • InvalidRelationException

      public InvalidRelationException()
      Create a new InvalidRelationException object.
    • InvalidRelationException

      public InvalidRelationException​(Throwable cause)
      Create a new InvalidRelationException object.
      Parameters:
      cause - Throwable object that caused this exception to be thrown.
    • InvalidRelationException

      public InvalidRelationException​(String message)
      Create a new InvalidRelationException object with the specified message.
      Parameters:
      message - The message to throw with the exception
    • InvalidRelationException

      public InvalidRelationException​(String message, Throwable cause)
      Create a new InvalidRelationException object with the specified message.
      Parameters:
      message - The message to throw with the exception
      cause - Throwable object that caused this exception to be thrown.