java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.slide.common.SlideException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidNamespaceConfigurationException, NamespaceException, NestedSlideException, PropertyParseException, ServiceAccessException, ServiceConnectionFailedException, ServiceDisconnectionFailedException, ServiceInitializationFailedException, ServiceParameterErrorException, ServiceParameterMissingException, ServiceRegistrationFailedException, ServiceResetFailedException, SLMLParsingException, UnableToLocateServiceException, UnknownObjectClassException, UnknownServiceDeclarationException
- public class SlideException
- extends java.lang.Exception
Exception supertype for all Slide components.
- Version:
- $Revision: 1.10 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CHANNEL
private static final java.lang.String CHANNEL
- See Also:
- Constant Field Values
DEBUG
private static final int DEBUG
- See Also:
- Constant Field Values
LOGGER
private static org.apache.slide.util.logger.Logger LOGGER
SlideException
public SlideException(java.lang.String message)
- SlideException with logging.
SlideException
public SlideException(java.lang.String message,
boolean showTrace)
- SlideException with or without logging.