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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.slide.common.SlideException
              extended byorg.apache.slide.common.NamespaceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServicesInitializationFailedException, ServicesShutDownFailedException

public class NamespaceException
extends SlideException

Namespace exception.

Version:
$Revision: 1.7 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.util.Vector exceptions
          Vector of exceptions which have been put in this exception.
 
Fields inherited from class org.apache.slide.common.SlideException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NamespaceException(java.lang.String message)
          Constructor.
 
Method Summary
(package private)  void addException(SlideException exception)
          Add an exception to the nested exception.
(package private)  boolean isEmpty()
          Returns true if no exceptions have been put in this exception.
 java.lang.String toString()
          Displays the exception message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exceptions

private java.util.Vector exceptions
Vector of exceptions which have been put in this exception.

Constructor Detail

NamespaceException

public NamespaceException(java.lang.String message)
Constructor.

Method Detail

toString

public java.lang.String toString()
Displays the exception message.


addException

void addException(SlideException exception)
Add an exception to the nested exception.


isEmpty

boolean isEmpty()
Returns true if no exceptions have been put in this exception.