org.objectweb.proactive.core.exceptions
Class NonFunctionalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.proactive.core.ProActiveException
|
+--org.objectweb.proactive.core.exceptions.NonFunctionalException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ProActiveCommunicationException, ProActiveCreationException, ProActiveGroupException, ProActiveMigrationException, ProActiveSecurityException, ProActiveServiceException
- public class NonFunctionalException
- extends ProActiveException
- implements java.io.Serializable
An interface for non functional exceptions
- Since:
- ProActive 1.0.2
- Version:
- 1.0, 2003/04/01
- Author:
- ProActive Team
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
description
self description of the non functional exception |
Constructor Summary |
NonFunctionalException()
Constructs a NonFunctionalException with no specified
detail message. |
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. |
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 |
description
protected java.lang.String description
- self description of the non functional exception
NonFunctionalException
public NonFunctionalException()
- Constructs a
NonFunctionalException
with no specified
detail message.
NonFunctionalException
public NonFunctionalException(java.lang.String s,
java.lang.Throwable ex)
- Constructs a
NonFunctionalException
with the specified
detail message and nested exception.
- Parameters:
s
- the detail messageex
- the nested exception
NonFunctionalException
public NonFunctionalException(java.lang.Throwable ex)
- Constructs a
NonFunctionalException
with the specified
detail message and nested exception.
- Parameters:
ex
- the nested exception
getDescription
public java.lang.String getDescription()
- Returns:
- description
Copyright © April 2004 INRIA All Rights Reserved.