public abstract class UnitException extends Exception implements Serializable
| Constructor and Description |
|---|
UnitException()
Constructs from nothing.
|
UnitException(String message)
Constructs from an error message.
|
UnitException(String message,
Exception e)
Constructs from a message and the exception that caused the failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnitException()
public UnitException(String message)
message - The error message.Copyright © 1999–2014 UCAR/Unidata. All rights reserved.