Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.slide.common
Class SlideException  view SlideException download SlideException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static java.lang.String CHANNEL
           
private static int DEBUG
           
private static org.apache.slide.util.logger.Logger LOGGER
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SlideException(java.lang.String message)
          SlideException with logging.
SlideException(java.lang.String message, boolean showTrace)
          SlideException with or without logging.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SlideException

public SlideException(java.lang.String message)
SlideException with logging.


SlideException

public SlideException(java.lang.String message,
                      boolean showTrace)
SlideException with or without logging.