Class NotDivisibleException

All Implemented Interfaces:
Serializable

public class NotDivisibleException extends RuntimeException
NotDivisibleException class. Runtime Exception to be thrown for not divisible monoid elements.
See Also:
  • Constructor Details

    • NotDivisibleException

      public NotDivisibleException()
    • NotDivisibleException

      public NotDivisibleException(String c)
    • NotDivisibleException

      public NotDivisibleException(String c, Throwable t)
    • NotDivisibleException

      public NotDivisibleException(Throwable t)