byucc.jhdl.apps.Broker
Class BrokerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybyucc.jhdl.util.cli.CLIException
              extended bybyucc.jhdl.apps.Broker.BrokerException
All Implemented Interfaces:
java.io.Serializable

public class BrokerException
extends CLIException

This class is used to inform of exceptions that are associated with the Broker. It extends CLIException to make it compatible with the CLInterpreter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class byucc.jhdl.util.cli.CLIException
hasMessage
 
Constructor Summary
BrokerException()
           
BrokerException(java.lang.String message)
           
 
Methods inherited from class byucc.jhdl.util.cli.CLIException
hasMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrokerException

public BrokerException()

BrokerException

public BrokerException(java.lang.String message)


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