byucc.jhdl.util.cli
Class CLIInvalidUsageException

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

public class CLIInvalidUsageException
extends CLIException

This is thrown when an invalid use of CLI is detected.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class byucc.jhdl.util.cli.CLIException
hasMessage
 
Constructor Summary
CLIInvalidUsageException()
           
CLIInvalidUsageException(java.lang.String msg)
           
 
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

CLIInvalidUsageException

public CLIInvalidUsageException()

CLIInvalidUsageException

public CLIInvalidUsageException(java.lang.String msg)


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