|
|||||||||
| 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.UnitDBException
public class UnitDBException
Provides support for general unit database failures.
| Constructor Summary | |
|---|---|
protected |
UnitDBException()
Constructs from nothing. |
|
UnitDBException(String message)
Constructs from an error message. |
|
UnitDBException(String message,
Exception e)
Constructs from a message and the exception that caused the failure. |
| 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 |
|---|
protected UnitDBException()
public UnitDBException(String message)
message - The error message.
public UnitDBException(String message,
Exception e)
message - The message.e - The exeception that cause the the failure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||