All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.groupbyinc.api.parser.ParserException Maven / Gradle / Ivy

There is a newer version: 198
Show newest version
package com.groupbyinc.api.parser;

public class ParserException extends Exception {

  private static final long serialVersionUID = 1L;

  public ParserException() {
    super();
  }

  public ParserException(String arg0, Throwable arg1) {
    super(arg0, arg1);
  }

  public ParserException(String arg0) {
    super(arg0);
  }

  public ParserException(Throwable arg0) {
    super(arg0);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy