byucc.jhdl.base
Class SimulationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybyucc.jhdl.JHDLException
                  extended bybyucc.jhdl.base.SimulationException
All Implemented Interfaces:
java.io.Serializable

public class SimulationException
extends JHDLException

This is thrown when an error occurs during simulation.

See Also:
Serialized Form

Constructor Summary
SimulationException()
          Create a blank exception
SimulationException(java.lang.String winge)
          Create an exception with a winge
 
Methods inherited from class byucc.jhdl.JHDLException
main, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimulationException

public SimulationException()
Create a blank exception


SimulationException

public SimulationException(java.lang.String winge)
Create an exception with a winge

Parameters:
winge - the winge message


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.