Package de.julielab.genemapper.utils
Class GeneMapperRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.julielab.geneexpbase.GeneExpRuntimeException
-
- de.julielab.genemapper.utils.GeneMapperRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingConfigurationException
public class GeneMapperRuntimeException extends de.julielab.geneexpbase.GeneExpRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneMapperRuntimeException()GeneMapperRuntimeException(String message)GeneMapperRuntimeException(String message, Throwable cause)GeneMapperRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)GeneMapperRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-