public class highTempException extends Exception
{
public highTempException()
   {
   super("Reactor at unsafe temp... sorry");
   }
}
