|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.proactive.core.ProActiveException
org.objectweb.proactive.core.exceptions.NonFunctionalException
An interface for non functional exceptions Should implement Serializable but Exception class do it
Field Summary | |
protected java.lang.String |
description
self description of the non functional exception |
protected static java.lang.String |
separator
separator for exception description |
Fields inherited from class org.objectweb.proactive.core.ProActiveException |
detail |
Constructor Summary | |
NonFunctionalException()
Constructs a NonFunctionalException with no specified
detail message. |
|
NonFunctionalException(java.lang.String s)
Constructs a NonFunctionalException with the specified
detail message and nested exception. |
|
NonFunctionalException(java.lang.String s,
java.lang.Throwable ex)
Constructs a NonFunctionalException with the specified
detail message and nested exception. |
|
NonFunctionalException(java.lang.Throwable ex)
Constructs a NonFunctionalException with the specified
detail message and nested exception. |
Method Summary | |
java.lang.String |
getDescription()
|
Methods inherited from class org.objectweb.proactive.core.ProActiveException |
getMessage, getTargetException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static java.lang.String separator
protected java.lang.String description
Constructor Detail |
public NonFunctionalException()
NonFunctionalException
with no specified
detail message.
public NonFunctionalException(java.lang.String s)
NonFunctionalException
with the specified
detail message and nested exception.
s
- the detail messagepublic NonFunctionalException(java.lang.String s, java.lang.Throwable ex)
NonFunctionalException
with the specified
detail message and nested exception.
s
- the detail messageex
- the nested exceptionpublic NonFunctionalException(java.lang.Throwable ex)
NonFunctionalException
with the specified
detail message and nested exception.
ex
- the nested exceptionMethod Detail |
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |