jeops.expressions
Class MethodEvaluationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jeops.expressions.MethodEvaluationException

public class MethodEvaluationException
extends java.lang.Exception

This class models an exception that may be thrown when a method is invoked.

Version:
0.01 29 Jun 1999 First version with comments in English.
Author:
Carlos Figueira Filho (csff@di.ufpe.br)
See Also:
Serialized Form

Constructor Summary
MethodEvaluationException()
          Class constructor.
MethodEvaluationException(java.lang.String s)
          Class constructor, given a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodEvaluationException

public MethodEvaluationException()
Class constructor.

MethodEvaluationException

public MethodEvaluationException(java.lang.String s)
Class constructor, given a detail message.
Parameters:
s - the message that explains why this exception happened.