proteobench.exceptions module#

exception proteobench.exceptions.ConvertStandardFormatError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.DatapointAppendError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.DatapointGenerationError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.DatasetAlreadyExistsOnServerError[source]#

Bases: Exception

Raised when attempting to submit a dataset that already exists on the public datasets server.

exception proteobench.exceptions.IntermediateFormatGenerationError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.ParseError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.ParseSettingsError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.PlotError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.ProteoBenchError[source]#

Bases: Exception

Base exception class for ProteoBench.

exception proteobench.exceptions.ProteobenchError[source]#

Bases: Exception

exception proteobench.exceptions.QuantificationError(message)[source]#

Bases: ProteobenchError

exception proteobench.exceptions.ValidationError[source]#

Bases: ProteoBenchError

Raised when data validation fails.