Class NotInvertibleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.jonaslindstrom.ruffini.common.exceptions.NotInvertibleException
All Implemented Interfaces:
Serializable

public class NotInvertibleException extends RuntimeException
See Also:
  • Constructor Details

    • NotInvertibleException

      public NotInvertibleException(Object element)
  • Method Details

    • getElement

      public Object getElement()
      The element that turned out not to be invertible.