|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ucar.units.UnitException
ucar.units.SpecificationException
ucar.units.NoSuchUnitException
public class NoSuchUnitException
Provides support for failure to find a unit.
| Constructor Summary | |
|---|---|
NoSuchUnitException(java.lang.String id)
Constructs from a unit identifier. |
|
NoSuchUnitException(UnitID id)
Constructs from a unit identifier. |
|
| 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 |
|---|
public NoSuchUnitException(UnitID id)
id - The identifier of the unit that couldn't be
found.public NoSuchUnitException(java.lang.String id)
id - The identifier of the unit that couldn't be
found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||