byucc.jhdl.synth.classparse
Class ExecuteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybyucc.jhdl.JHDLException
                  extended bybyucc.jhdl.synth.classparse.ExecuteException
All Implemented Interfaces:
java.io.Serializable

public class ExecuteException
extends JHDLException

This is thrown when a method cannot be executed during synthesis.

See Also:
Serialized Form

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

ExecuteException

public ExecuteException()

ExecuteException

public ExecuteException(java.lang.String problem)


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