org.objectweb.proactive.core.exceptions
Class NonFunctionalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.proactive.core.ProActiveException
              extended byorg.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

An interface for non functional exceptions Should implement Serializable but Exception class do it

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

separator

protected static java.lang.String separator
separator for exception description


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)
Constructs a NonFunctionalException with the specified detail message and nested exception.

Parameters:
s - the 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 2005 INRIA All Rights Reserved.