Class FactorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.tilman_neumann.jml.factor.FactorException
All Implemented Interfaces:
java.io.Serializable

public class FactorException
extends java.lang.Exception
An exception indicating that a factor was found.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    FactorException​(java.math.BigInteger factor)
    Complete constructor.
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger getFactor()  

    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 Details

    • FactorException

      public FactorException​(java.math.BigInteger factor)
      Complete constructor.
      Parameters:
      factor -
  • Method Details

    • getFactor

      public java.math.BigInteger getFactor()
      Returns:
      factor