Package ej.kf
Class AlreadyLoadedFeatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ej.kf.AlreadyLoadedFeatureException
-
- All Implemented Interfaces:
Serializable
public class AlreadyLoadedFeatureException extends Exception
This exception is thrown if a Feature being loaded has already been loaded.- See Also:
Kernel.load(java.io.InputStream), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyLoadedFeatureException(Feature feature)Creates anAlreadyLoadedFeatureExceptionwith the previously loadedFeature.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeaturegetFeature()Returns the previously loadedFeature.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
AlreadyLoadedFeatureException
public AlreadyLoadedFeatureException(Feature feature)
Creates anAlreadyLoadedFeatureExceptionwith the previously loadedFeature.- Parameters:
feature- the previously loadedFeature
-
-