byucc.jhdl.netlisters
Class NetlistException

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

public class NetlistException
extends JHDLException

This is thrown when there is a problem in netlisting a circuit.

See Also:
Serialized Form

Constructor Summary
NetlistException()
           
NetlistException(java.lang.String gripe)
           
 
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

NetlistException

public NetlistException()

NetlistException

public NetlistException(java.lang.String gripe)


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