koala.dynamicjava.interpreter.error
Class WrongVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongVersionException
public WrongVersionException(String e)
- Public constructor - calls the super class constructor
- Parameters:
e - - the message to be shown when the exception occurs