|
||||||||||
| 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.UnitSystemException
public class UnitSystemException
Provides support for errors with the system of units.
| Constructor Summary | |
|---|---|
UnitSystemException(java.lang.String message)
Constructs from an error message. |
|
UnitSystemException(java.lang.String message,
java.lang.Exception e)
Constructs from an error message and the exception that caused the error. |
|
| 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 UnitSystemException(java.lang.String message)
message - The error messsage.
public UnitSystemException(java.lang.String message,
java.lang.Exception e)
message - The error messsage.e - The exception that caused the problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||