byucc.jhdl.base
Class BuildException

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

public class BuildException
extends JHDLException

This exception is the basic exception for all JHDL errors related to circuit building.

Author:
Brad Hutchings
See Also:
Serialized Form

Constructor Summary
BuildException()
          Create a BuildException
BuildException(java.lang.String winge)
          Create a BuildException 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

BuildException

public BuildException()
Create a BuildException


BuildException

public BuildException(java.lang.String winge)
Create a BuildException with the given message

Parameters:
winge - The error message


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