Class RgxNotFound

All Implemented Interfaces:
Serializable

public class RgxNotFound extends RuntimeException
Thrown when regex match not found.
See Also:
Serialized Form
  • Constructor Details

    • RgxNotFound

      public RgxNotFound(String errorMsg, Object... msgArgs)
    • RgxNotFound

      public RgxNotFound(String errorMsg, Throwable cause, Object... msgArgs)