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

RuntimeException thrown when the inverse of a field element does not exist.

See Also:
Serialized Form

Constructor Summary
Field.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()

SuanShu, a Java numerical and statistical library

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