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