Package de.julielab.jcore.ae.biosem
Class UnknownProteinIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jcore.ae.biosem.UnknownProteinIdException
-
- All Implemented Interfaces:
Serializable
public class UnknownProteinIdException extends Exception
Sometimes, BioSem returns protein IDs which it has not been delivered. This exception serves to identify this particular error.- Author:
- faessler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownProteinIdException()UnknownProteinIdException(String message)UnknownProteinIdException(String message, Throwable cause)UnknownProteinIdException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnknownProteinIdException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownProteinIdException
public UnknownProteinIdException()
-
UnknownProteinIdException
public UnknownProteinIdException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
UnknownProteinIdException
public UnknownProteinIdException(String message)
-
UnknownProteinIdException
public UnknownProteinIdException(Throwable cause)
-
-