byucc.jhdl.Logic.Modules
Class ModulesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybyucc.jhdl.JHDLException
                  extended bybyucc.jhdl.Logic.Modules.ModulesException
All Implemented Interfaces:
java.io.Serializable

public class ModulesException
extends JHDLException

This is thrown when invalid parameters cause a module generator to fail.

See Also:
Serialized Form

Constructor Summary
ModulesException()
          Creates the exception with no message.
ModulesException(java.lang.String message)
          Creates the exception 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

ModulesException

public ModulesException()
Creates the exception with no message.


ModulesException

public ModulesException(java.lang.String message)
Creates the exception with the given message.

Parameters:
message - The error message.


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