koala.dynamicjava.interpreter.error
Class WrongVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by koala.dynamicjava.interpreter.error.WrongVersionException
All Implemented Interfaces:
Serializable

public class WrongVersionException
extends RuntimeException

This exception is to be thrown whenever a feature of Java 1.5 is used in a version of Java before 1.5

See Also:
Serialized Form

Constructor Summary
WrongVersionException(String e)
          Public constructor - calls the super class constructor
 
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

WrongVersionException

public WrongVersionException(String e)
Public constructor - calls the super class constructor

Parameters:
e - - the message to be shown when the exception occurs