|
|||||||||
| 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.UnknownUnitException
public class UnknownUnitException
This is an exception that is thrown when an unknown unit is requested from Frink's Java integration methods.
| Constructor Summary | |
|---|---|
UnknownUnitException(java.lang.String variable,
java.lang.String unit)
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 UnknownUnitException(java.lang.String variable,
java.lang.String unit)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||