edu.jas.ufd
Class NoLiftingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.jas.ufd.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.

Author:
Heinz Kredel
See Also:
Serialized Form

Constructor Summary
NoLiftingException()
           
NoLiftingException(java.lang.String c)
           
NoLiftingException(java.lang.String c, java.lang.Throwable t)
           
NoLiftingException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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)