org.objectweb.proactive.calcium.exceptions
Class MuscleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.proactive.calcium.exceptions.MuscleException
All Implemented Interfaces:
java.io.Serializable

public class MuscleException
extends java.lang.RuntimeException

A Parameter Exception indicates that the execution of the task related with this parameter can not continue, and the execution of related tasks (parent, brothers, children) must also be stoped.

Author:
The ProActive Team (mleyton)
See Also:
Serialized Form

Constructor Summary
MuscleException(java.lang.Exception e)
           
MuscleException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MuscleException

public MuscleException(java.lang.String msg)

MuscleException

public MuscleException(java.lang.Exception e)


Copyright 2001-2007 INRIA All Rights Reserved.