SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.exceptions
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.management.jmx.client.exceptions.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.Exception

The Class EvaluationException.

See Also:
Serialized Form

Constructor Summary
EvaluationException()
          Instantiates a new evaluation exception.
EvaluationException(java.lang.String message)
          Instantiates a new evaluation exception.
EvaluationException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new evaluation exception.
EvaluationException(java.lang.Throwable cause)
          Instantiates a new evaluation exception.
 
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

EvaluationException

public EvaluationException()
Instantiates a new evaluation exception.


EvaluationException

public EvaluationException(java.lang.String message)
Instantiates a new evaluation exception.

Parameters:
message - the message

EvaluationException

public EvaluationException(java.lang.Throwable cause)
Instantiates a new evaluation exception.

Parameters:
cause - the cause

EvaluationException

public EvaluationException(java.lang.String message,
                           java.lang.Throwable cause)
Instantiates a new evaluation exception.

Parameters:
message - the message
cause - the cause

SMILA (incubation) API documentation