org.ogf.graap.wsag.interpreter
Class InterpreterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ogf.graap.wsag.interpreter.InterpreterException
- All Implemented Interfaces:
- Serializable
public class InterpreterException
- extends Exception
InterpreterException
- Author:
- Oliver Waeldrich
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterpreterException
public InterpreterException()
- default constructor
InterpreterException
public InterpreterException(String message,
Throwable cause)
- Parameters:
message
- the exception messagecause
- 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.