aspoev.interpreter.exception
Class ImplicitVersionCreatedException

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

public class ImplicitVersionCreatedException
extends InterpreterException


Field Summary
static int ADDED_SUPERCLASS
           
protected  ClassDeclarationElement baseVersion
           
protected  int cause
           
static int REMOVED_SUPERCLASS
           
 
Constructor Summary
ImplicitVersionCreatedException(ClassDeclarationElement baseVersion, int cause)
           
 
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

ADDED_SUPERCLASS

public static final int ADDED_SUPERCLASS
See Also:
Constant Field Values

REMOVED_SUPERCLASS

public static final int REMOVED_SUPERCLASS
See Also:
Constant Field Values

baseVersion

protected ClassDeclarationElement baseVersion

cause

protected int cause
Constructor Detail

ImplicitVersionCreatedException

public ImplicitVersionCreatedException(ClassDeclarationElement baseVersion,
                                       int cause)
Method Detail

getWarningString

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