|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
frink.errors.FrinkException
frink.errors.FrinkConversionException
frink.errors.UnknownVariableException
public class UnknownVariableException
This is an exception that is thrown when an unknown variable is requested and the return type of the method doesn't allow us to return null.
| Constructor Summary | |
|---|---|
UnknownVariableException(java.lang.String variable)
Returns an error if a specified unit was not found. |
|
| Method Summary |
|---|
| Methods inherited from class frink.errors.FrinkException |
|---|
toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnknownVariableException(java.lang.String variable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||