org.ogf.graap.wsag.interpreter
Class InterpreterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ogf.graap.wsag.interpreter.InterpreterException
All Implemented Interfaces:
Serializable

public class InterpreterException
extends Exception

InterpreterException

Author:
Oliver Waeldrich
See Also:
Serialized Form

Constructor Summary
InterpreterException()
          default constructor
InterpreterException(String message)
           
InterpreterException(String message, Throwable cause)
           
InterpreterException(Throwable cause)
           
 
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()
default constructor


InterpreterException

public InterpreterException(String message,
                            Throwable cause)
Parameters:
message - the exception message
cause - the exception cause

InterpreterException

public InterpreterException(String message)
Parameters:
message - the exception message

InterpreterException

public InterpreterException(Throwable cause)
Parameters:
cause - the exception cause


Copyright © 2008-2012. All Rights Reserved.