byucc.jhdl.util.cli
Class CLIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybyucc.jhdl.util.cli.CLIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BrokerException, CLIInvalidUsageException

public class CLIException
extends java.lang.Exception

This is thrown when there is a problem detected in the command-line interpreter of JHDL.

See Also:
Serialized Form

Field Summary
protected  boolean hasMessage
           
 
Constructor Summary
CLIException()
           
CLIException(java.lang.String msg)
           
 
Method Summary
 boolean 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
 

Field Detail

hasMessage

protected boolean hasMessage
Constructor Detail

CLIException

public CLIException()

CLIException

public CLIException(java.lang.String msg)
Method Detail

hasMessage

public boolean hasMessage()


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