SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.mathstructure
Class Field.InverseNonExistent

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.numericalmethod.suanshu.mathstructure.Field.InverseNonExistent
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Field<F>

public static class Field.InverseNonExistent
extends java.lang.Exception

This is the exception thrown when the inverse of a field element does not exist.

See Also:
Serialized Form

Constructor Summary
Field.InverseNonExistent()
          Construct an instance of InverseNonExistent
 
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

Field.InverseNonExistent

public Field.InverseNonExistent()
Construct an instance of InverseNonExistent


SuanShu, a Java numerical and statistical library

Copyright © 2012 Numerical Method Inc. Ltd. All Rights Reserved.