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

Constructor Index

 o BailOutError()
 o BailOutError(String)

Constructors

 o BailOutError
 public BailOutError()
 o BailOutError
 public BailOutError(String str)