Package ubic.gemma.model.util
Class UninitializedCollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ubic.gemma.model.util.UninitializedCollectionException
-
- All Implemented Interfaces:
Serializable
public class UninitializedCollectionException extends RuntimeException
Exception raised when an operation is performed on an intentionally uninitialized collection.- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UninitializedCollectionException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UninitializedCollectionException
public UninitializedCollectionException(String message)
-
-