cern.cmw
Class CmwInternalError
java.lang.Object
java.lang.Throwable
java.lang.Error
cern.cmw.CmwInternalError
- All Implemented Interfaces:
- Serializable
public class CmwInternalError
- extends Error
Signals a severe internal error in the controls middleware.
This will typically indicate:
- missing, inconsistent or invalid configuration options
- a bug in the CMW software.
The CmwInternalError exception always indicates a fatal error: if it is caught
in an application, then the application could not do anything but terminate.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CmwInternalError
public CmwInternalError(String message)
Copyright © 2007 CERN. All Rights Reserved.