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