org.obe.spi.evaluator
Class EvaluatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.obe.OBEException
              extended byorg.obe.spi.evaluator.EvaluatorException
All Implemented Interfaces:
java.io.Serializable

public class EvaluatorException
extends OBEException

Author:
Adrian Price
See Also:
Serialized Form

Constructor Summary
EvaluatorException()
           
EvaluatorException(java.lang.String message)
           
EvaluatorException(java.lang.String message, java.lang.Throwable t)
           
EvaluatorException(java.lang.Throwable t)
           
 
Methods inherited from class org.obe.OBEException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluatorException

public EvaluatorException()

EvaluatorException

public EvaluatorException(java.lang.String message)

EvaluatorException

public EvaluatorException(java.lang.Throwable t)

EvaluatorException

public EvaluatorException(java.lang.String message,
                          java.lang.Throwable t)


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.