Class UncomparableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.gtz.graphedit.exceptions.UncomparableException
All Implemented Interfaces:
Serializable

public class UncomparableException extends RuntimeException
An error occurred during a compare
See Also:
  • Constructor Details

    • UncomparableException

      public UncomparableException(String message)
      Construct a new instance
      Parameters:
      message - The detail message
    • UncomparableException

      public UncomparableException(String message, Throwable inner)
      Construct a new instance
      Parameters:
      message - The detail message
      inner - The throwable that caused this
    • UncomparableException

      public UncomparableException(Throwable inner)
      Construct a new instance
      Parameters:
      inner - The throwable that caused this