Class MZTabConversionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MZTabConversionException
    extends java.lang.RuntimeException
    Runtime exception for mzTab conversion
    Author:
    Rui Wang
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ERROR_AMBIGUITY
      Constant ERROR_AMBIGUITY="mzTab do not support one protein in mor"{trunked}
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ERROR_AMBIGUITY

        public static final java.lang.String ERROR_AMBIGUITY
        Constant ERROR_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​(java.lang.String message)

        Constructor for MZTabConversionException.

        Parameters:
        message - a String object.
      • MZTabConversionException

        public MZTabConversionException​(java.lang.String message,
                                        java.lang.Throwable cause)

        Constructor for MZTabConversionException.

        Parameters:
        message - a String object.
        cause - a Throwable object.
      • MZTabConversionException

        public MZTabConversionException​(java.lang.Throwable cause)

        Constructor for MZTabConversionException.

        Parameters:
        cause - a Throwable object.