byucc.jhdl.Xilinx
Class XilinxTechMapException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybyucc.jhdl.JHDLException
                  extended bybyucc.jhdl.Xilinx.XilinxTechMapException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Virtex2TechMapException, VirtexTechMapException, XC4000TechMapException, XC9000TechMapException

public class XilinxTechMapException
extends JHDLException

Thrown when there is a problem tech-mapping a Xilinx part.

See Also:
Serialized Form

Constructor Summary
XilinxTechMapException()
          Creates an exception object
XilinxTechMapException(java.lang.String gripe)
          Creates an exception object with the user's 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

XilinxTechMapException

public XilinxTechMapException()
Creates an exception object


XilinxTechMapException

public XilinxTechMapException(java.lang.String gripe)
Creates an exception object with the user's message

Parameters:
gripe - The error message.


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