Class UncomparableObjectsException

All Implemented Interfaces:
Serializable

public class UncomparableObjectsException extends CAKEException
The UncomparableObjectsException is thrown when two objects should be compared that are not comparable.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • UncomparableObjectsException

      public UncomparableObjectsException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • UncomparableObjectsException

      public UncomparableObjectsException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.