Package ej.kf
Class DeadFeatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ej.kf.DeadFeatureException
-
- All Implemented Interfaces:
Serializable
public class DeadFeatureException extends RuntimeException
This exception is thrown by the system when a Feature code has been stopped because it is being uninstalled. Only Kernel code can receive this exception: it never occurs in Feature code. Each call from Kernel to a Feature shall catch this exception and handle the fact the Feature is not able to execute the desired "service".- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeadFeatureException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-