Bitstream Interpretation Library (BIL)  0.1
Public Member Functions
bil::CommandLineException Class Reference

Exception for command line errors. More...

#include <exception/CommandLineException.hpp>

Inheritance diagram for bil::CommandLineException:
Inheritance graph
[legend]
Collaboration diagram for bil::CommandLineException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CommandLineException () throw ()
 Creates a new CommandLineException instance.
 CommandLineException (const std::string &what_arg) throw ()
 Creates a new CommandLineException instance.
- Public Member Functions inherited from bil::Exception
 Exception () throw ()
 Creates a new Exception instance.
 Exception (const std::string &what_arg) throw ()
 Creates a new Exception instance.

Detailed Description

Exception for command line errors.

All programs in bil use this class to indicate errors in command line.

Definition at line 20 of file CommandLineException.hpp.


Constructor & Destructor Documentation

CommandLineException::CommandLineException ( ) throw ()

Creates a new CommandLineException instance.

Definition at line 11 of file CommandLineException.cpp.

CommandLineException::CommandLineException ( const std::string &  what_arg) throw ()
explicit

Creates a new CommandLineException instance.

Parameters:
what_argDescription string.

Definition at line 18 of file CommandLineException.cpp.


The documentation for this class was generated from the following files: