nl.tudelft.simulation.dsol.interpreter
Class InterpreterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nl.tudelft.simulation.dsol.interpreter.InterpreterException
All Implemented Interfaces:
Serializable

public class InterpreterException
extends RuntimeException

An interpreterException.

(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Since:
1.4
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:25:12 $
Author:
Peter Jacobs
See Also:
Serialized Form

Constructor Summary
InterpreterException()
          constructs a new InterpreterException
InterpreterException(String message)
          constructs a new InterpreterException
InterpreterException(String message, Throwable cause)
          constructs a new InterpreterException
InterpreterException(Throwable cause)
          constructs a new InterpreterException
 
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

InterpreterException

public InterpreterException()
constructs a new InterpreterException


InterpreterException

public InterpreterException(String message)
constructs a new InterpreterException

Parameters:
message - the message

InterpreterException

public InterpreterException(String message,
                            Throwable cause)
constructs a new InterpreterException

Parameters:
message - the message
cause - the cause

InterpreterException

public InterpreterException(Throwable cause)
constructs a new InterpreterException

Parameters:
cause - the cause


Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.