Class RegexException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegexException.TokenizationRegexException

public class RegexException extends RuntimeException
Author:
Michael Schmitz invalid input: '<'schmmd@cs.washington.edu>
See Also:
  • Constructor Details

    • RegexException

      public RegexException(String message, Exception e)
    • RegexException

      public RegexException(String message)