001package uk.ac.ebi.pride.jmztab2.utils.errors; 002 003/** 004 * If error count great than {@link uk.ac.ebi.pride.jmztab2.utils.MZTabProperties#MAX_ERROR_COUNT} 005 * System will stop validate and throw overflow exception. 006 * 007 * @author qingwei 008 * @since 21/02/13 009 * 010 */ 011public class MZTabErrorOverflowException extends RuntimeException { 012 /** 013 * If error count great than {@link uk.ac.ebi.pride.jmztab2.utils.MZTabProperties#MAX_ERROR_COUNT} 014 * System will stop validate and throw overflow exception. 015 */ 016 public MZTabErrorOverflowException() { 017 } 018}