aspoev.interpreter.exception
Class TypeRedefinitionException

java.lang.Object
  extended byaspoev.interpreter.exception.InterpreterException
      extended byaspoev.interpreter.exception.TypeRedefinitionException

public class TypeRedefinitionException
extends InterpreterException


Field Summary
protected  ClassDeclarationElement newDeclaration
           
protected  ClassDeclarationElement previousDeclaration
           
 
Constructor Summary
TypeRedefinitionException(ClassDeclarationElement previousDeclaration, ClassDeclarationElement newDeclaration)
           
 
Method Summary
 java.lang.String getWarningString()
           
 
Methods inherited from class aspoev.interpreter.exception.InterpreterException
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

previousDeclaration

protected ClassDeclarationElement previousDeclaration

newDeclaration

protected ClassDeclarationElement newDeclaration
Constructor Detail

TypeRedefinitionException

public TypeRedefinitionException(ClassDeclarationElement previousDeclaration,
                                 ClassDeclarationElement newDeclaration)
Method Detail

getWarningString

public java.lang.String getWarningString()
Specified by:
getWarningString in class InterpreterException