Package edu.jas.ufd

Class NoLiftingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoLiftingException
    extends java.lang.Exception
    Non existing Hensel lifting. Exception to be thrown when a valid Hensel lifting cannot be constructed.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoLiftingException

        public NoLiftingException()
      • NoLiftingException

        public NoLiftingException​(java.lang.String c)
      • NoLiftingException

        public NoLiftingException​(java.lang.String c,
                                  java.lang.Throwable t)
      • NoLiftingException

        public NoLiftingException​(java.lang.Throwable t)