Class HardwareFailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scilab.forge.scirenderer.implementation.jogl.HardwareFailException
All Implemented Interfaces:
Serializable

public class HardwareFailException extends Exception
An exception to throw when hardware is to bad.
Author:
Pierre Lando
See Also:
  • Constructor Details

    • HardwareFailException

      public HardwareFailException(String message)
      Default constructor.
      Parameters:
      message - the message associated with this exception.