public class UnitParseException extends SpecificationException
Constructor and Description |
---|
UnitParseException(java.lang.String reason)
Constructs from a reason.
|
UnitParseException(java.lang.String spec,
java.lang.String reason)
Constructs from the string to be parsed and a reason.
|
UnitParseException(java.lang.String message,
java.lang.Throwable e) |
public UnitParseException(java.lang.String reason)
reason
- The reason for the failure.public UnitParseException(java.lang.String spec, java.lang.String reason)
spec
- The string to be parsed.reason
- The reason for the failure.public UnitParseException(java.lang.String message, java.lang.Throwable e)