byucc.jhdl.base
Class CompiledCodeException

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

public class CompiledCodeException
extends JHDLException

This is thrown when a user cell does not have a behavioral model, but an attempt is made to use the cell behaviorally

See Also:
Serialized Form

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

CompiledCodeException

public CompiledCodeException()
Create a blank exception


CompiledCodeException

public CompiledCodeException(java.lang.String winge)
Create an exception with a complaint

Parameters:
winge - the complaint


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