Class RegularExpressionException

All Implemented Interfaces:
Serializable

public class RegularExpressionException extends MudException
A checked exception indicating that a value did not match the regular expression.
Author:
maartenl
See Also:
  • Constructor Details

    • RegularExpressionException

      public RegularExpressionException(String arg0)
    • RegularExpressionException

      public RegularExpressionException(String message, PatternSyntaxException e)