|
|||||||||
| Home >> All >> org >> apache >> slide >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.slide.common
Class NamespaceException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.slide.common.SlideException
org.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.
|
|||||||||
| Home >> All >> org >> apache >> slide >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC