|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sbrt.kernel.math.algebra.IllegalFreeVariableException
public class IllegalFreeVariableException
This class is used to indicate the presence of an illegal free variable.
Constructor Summary | |
---|---|
IllegalFreeVariableException(java.lang.Object variable)
Constructs a new illegal free variable exception. |
Method Summary | |
---|---|
java.lang.Object |
getVariable()
Returns the illegal free variable. |
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 |
---|
public IllegalFreeVariableException(java.lang.Object variable)
variable
- the illegal free variable. null
is not allowed.Method Detail |
---|
public java.lang.Object getVariable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |