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:
 Serializable
public class MZTabErrorOverflowException extends RuntimeException
If 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. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MZTabErrorOverflowException
public MZTabErrorOverflowException()
If error count great thanMZTabProperties.MAX_ERROR_COUNTSystem will stop validate and throw overflow exception. 
 - 
 
 -