byucc.jhdl.base
Class PutGetException

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

public class PutGetException
extends JHDLException

This is thrown when an attempt is made to access a wire when it is not allowed.

See Also:
Serialized Form

Constructor Summary
PutGetException()
          Create a blank exception
PutGetException(java.lang.String gripe)
          Create an exception with a 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

PutGetException

public PutGetException()
Create a blank exception


PutGetException

public PutGetException(java.lang.String gripe)
Create an exception with a gripe

Parameters:
gripe - the gripe


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