#include <jem/base/IllegalInputException.h>
jem::IllegalInputException::IllegalInputException |
( |
const String & |
where = "" , |
|
|
const String & |
what = "illegal input" |
|
) |
| |
|
explicit |
virtual String jem::IllegalInputException::name |
( |
| ) |
const |
|
virtual |
Returns the full class name – including namespaces – of this Throwable
instance. This function should be overriden by derived classes. For instance, a class named flip::FlopException
should return the string "flip::FlopException"
.
- Returns
- A string describing the class name of this object.
Reimplemented from jem::Exception.
Reimplemented in jem::ParseException, and jem::xml::ParserException.