Class MZTabConversionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- uk.ac.ebi.pride.jmztab2.utils.errors.MZTabConversionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class MZTabConversionException extends RuntimeException
Runtime exception for mzTab conversion- Author:
 - Rui Wang
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringERROR_AMBIGUITYConstantERROR_AMBIGUITY="mzTab do not support one protein in mor"{trunked} 
- 
Constructor Summary
Constructors Constructor Description MZTabConversionException()Constructor for MZTabConversionException.MZTabConversionException(String message)Constructor for MZTabConversionException.MZTabConversionException(String message, Throwable cause)Constructor for MZTabConversionException.MZTabConversionException(Throwable cause)Constructor for MZTabConversionException. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ERROR_AMBIGUITY
public static final String ERROR_AMBIGUITY
ConstantERROR_AMBIGUITY="mzTab do not support one protein in mor"{trunked}- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
MZTabConversionException
public MZTabConversionException()
Constructor for MZTabConversionException.
 
- 
MZTabConversionException
public MZTabConversionException(String message)
Constructor for MZTabConversionException.
- Parameters:
 message- aStringobject.
 
- 
MZTabConversionException
public MZTabConversionException(String message, Throwable cause)
Constructor for MZTabConversionException.
 
- 
MZTabConversionException
public MZTabConversionException(Throwable cause)
Constructor for MZTabConversionException.
- Parameters:
 cause- aThrowableobject.
 
 - 
 
 -