|
||||||||||
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.PrefixDBException
public class PrefixDBException
Provides support for the general class of prefix database failures.
Constructor Summary | |
---|---|
PrefixDBException()
Constructs from nothing. |
|
PrefixDBException(Exception e)
Constructs from the exception that caused this exception to be thrown. |
|
PrefixDBException(String message)
Constructs from an error message. |
|
PrefixDBException(String message,
Exception e)
Constructs from an error message and the exception that caused this exception to be thrown. |
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 PrefixDBException()
public PrefixDBException(String message)
message
- The error message.public PrefixDBException(Exception e)
e
- The exception that caused this exception to be thrown.public PrefixDBException(String message, Exception e)
message
- The error message.e
- The exception that caused this exception to be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |