edu.pdx.cs399J.grader
Class TesterExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.pdx.cs399J.grader.TesterExitException
- All Implemented Interfaces:
- Serializable
public class TesterExitException
- extends RuntimeException
This exception is thrown when the
TesterSecurityManager attempts to exit the JVM. This
allows us to execute multiple main methods inside the
same JVM. Note that it must subclass
RuntimeException. If it didn't we'd have to
explicitly declare it in the throws clause.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TesterExitException
public TesterExitException(String message)
- Create a new
TesterExitException
Copyright © 2000-2009 Portland State University. All Rights Reserved.