class InterpreterError(Exception): pass class JavaSyntaxError(Exception): pass class ScopeNotFoundException(Exception): pass