MZTabErrorOverflowException.java

  1. package uk.ac.ebi.pride.jmztab2.utils.errors;

  2. /**
  3.  * If error count great than {@link uk.ac.ebi.pride.jmztab2.utils.MZTabProperties#MAX_ERROR_COUNT}
  4.  * System will stop validate and throw overflow exception.
  5.  *
  6.  * @author qingwei
  7.  * @since 21/02/13
  8.  *
  9.  */
  10. public class MZTabErrorOverflowException extends RuntimeException {
  11.     /**
  12.      * If error count great than {@link uk.ac.ebi.pride.jmztab2.utils.MZTabProperties#MAX_ERROR_COUNT}
  13.      * System will stop validate and throw overflow exception.
  14.      */
  15.     public MZTabErrorOverflowException() {
  16.     }
  17. }