Class MZTabErrorOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.ebi.pride.jmztab2.utils.errors.MZTabErrorOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
public class MZTabErrorOverflowException extends java.lang.RuntimeExceptionIf error count great thanMZTabProperties.MAX_ERROR_COUNTSystem will stop validate and throw overflow exception.- Since:
- 21/02/13
- Author:
- qingwei
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MZTabErrorOverflowException()If error count great thanMZTabProperties.MAX_ERROR_COUNTSystem will stop validate and throw overflow exception.
-
-
-
Constructor Detail
-
MZTabErrorOverflowException
public MZTabErrorOverflowException()
If error count great thanMZTabProperties.MAX_ERROR_COUNTSystem will stop validate and throw overflow exception.
-
-