#include <coherence/io/UTFDataFormatException.hpp>
Inherits IOException.
Public Types | |
| typedef spec::Handle | Handle |
| UTFDataFormatException Handle definition. | |
| typedef spec::View | View |
| UTFDataFormatException View definition. | |
| typedef spec::Holder | Holder |
| UTFDataFormatException Holder definition. | |
Protected Member Functions | |
| UTFDataFormatException (String::View vsMsg=String::NULL_STRING, Exception::View vCause=NULL) | |
| Create an UTFDataFormatException. | |
| UTFDataFormatException | ( | String::View | vsMsg = String::NULL_STRING, |
|
| Exception::View | vCause = NULL | |||
| ) | [protected] |
Create an UTFDataFormatException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |