public class RegExpException extends SDODSException
Operator.op when an attempt is made to parse a
improperly formed regular expression. Reular expressions should use
the same syntax as grep.Operator.op(int,BaseType, BaseType),
Serialized Form| Constructor and Description |
|---|
RegExpException(int err,
java.lang.String s)
Construct a
RegExpException with the specified
message and DODS error code see (DODSException). |
RegExpException(java.lang.String s)
Construct a
RegExpException with the specified
detail message. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramTypepublic RegExpException(java.lang.String s)
RegExpException with the specified
detail message.s - the detail message.public RegExpException(int err,
java.lang.String s)
RegExpException with the specified
message and DODS error code see (DODSException).err - the DODS error code.s - the detail message.