Class BailOutError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----BailOutError
- public class BailOutError
- extends Error
This is thrown on fatal errors and propogates all the way up to the
thread object, which displays an error message and dies.
- Author:
- Peter Sagerson, petersag@wpi.edu
-
BailOutError()
-
-
BailOutError(String)
-
BailOutError
public BailOutError()
BailOutError
public BailOutError(String str)