Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/io/UTFDataFormatException.hpp>
Inherits IOException.
Signals that a malformed UTF-8 string has been read in a data input stream.
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 |
The documentation for this class was generated from the following file: