public class NoMatchException extends InputParseException
Constructor and Description |
---|
NoMatchException(java.lang.String message)
Create with a message.
|
NoMatchException(java.lang.String message,
java.lang.Throwable cause)
Create with a message and a cause.
|
public NoMatchException(java.lang.String message)
message
- the messagepublic NoMatchException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause