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
 
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, 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

description

protected java.lang.String description
self description of the non functional exception

Constructor Detail

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 message
ex - 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
Method Detail

getDescription

public java.lang.String getDescription()
Returns:
description


Copyright © April 2004 INRIA All Rights Reserved.