An exception indicating that an attempted operation is not supported. More...
#include <UnsupportedOperationException.h++>

Public Member Functions | |
| UnsupportedOperationException (String message=String::empty) | |
| Construct a new UnsupportedOperationException with an optional cause message. | |
| virtual void | write (std::ostream &stream) const |
| Write a textual representation of the exception to a stream. | |
| String | getMessage () const throw () |
| Get the message associated with the exception. | |
| virtual const char * | what () const throw () |
| Get the message associated with the exception. | |
| String | toString () const |
| Get a textual representation of the exception as a String. | |
Protected Attributes | |
| String | _message |
| The cause message. | |
An exception indicating that an attempted operation is not supported.
| UnsupportedOperationException | ( | String | message = String::empty |
) |
Construct a new UnsupportedOperationException with an optional cause message.
| String getMessage | ( | ) | const throw () [inline, inherited] |
Get the message associated with the exception.
| String toString | ( | ) | const [inline, inherited] |
Get a textual representation of the exception as a String.
| virtual const char* what | ( | ) | const throw () [inline, virtual, inherited] |
Get the message associated with the exception.
| virtual void write | ( | std::ostream & | stream | ) | const [inline, virtual] |
Write a textual representation of the exception to a stream.
Reimplemented from Exception.
1.6.3