Package de.tilman_neumann.jml.factor
Class FactorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.tilman_neumann.jml.factor.FactorException
-
- All Implemented Interfaces:
Serializable
public class FactorException extends Exception
An exception indicating that a factor was found.- Author:
- Tilman Neumann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FactorException(BigInteger factor)
Complete constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getFactor()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FactorException
public FactorException(BigInteger factor)
Complete constructor.- Parameters:
factor
-
-
-
Method Detail
-
getFactor
public BigInteger getFactor()
- Returns:
- factor
-
-