public class SpecificationException extends UnitException
| Constructor and Description |
|---|
SpecificationException(String reason)
Constructs from an error message.
|
SpecificationException(String spec,
String reason)
Constructs from the string to be parsed and an error message.
|
SpecificationException(String message,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpecificationException(String reason)
reason - The error message.public SpecificationException(String spec, String reason)
spec - The string to be parsed.reason - The error message.Copyright © 1999–2014 UCAR/Unidata. All rights reserved.