org.scilab.forge.scirenderer.implementation.jogl
Class HardwareFailException

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

public class HardwareFailException
extends java.lang.Exception

An exception to throw when hardware is to bad.

Author:
Pierre Lando
See Also:
Serialized Form

Constructor Summary
HardwareFailException(java.lang.String message)
          Default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HardwareFailException

public HardwareFailException(java.lang.String message)
Default constructor.

Parameters:
message - the message associated with this exception.