byucc.jhdl.base
Class BVException

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

public class BVException
extends JHDLException

Designed to allow exception trapping related directly to the BV class.

Author:
Eric Blake
See Also:
Serialized Form

Constructor Summary
BVException()
          Construct a BVException
BVException(java.lang.String ouch)
          Construct a BVException with the given message
 
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

BVException

public BVException()
Construct a BVException


BVException

public BVException(java.lang.String ouch)
Construct a BVException with the given message

Parameters:
ouch - the error message


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