Oracle Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.2)

E26041-01

UTFDataFormatException Class Reference

#include <coherence/io/UTFDataFormatException.hpp>

Inherits IOException.

List of all members.


Detailed Description

Signals that a malformed UTF-8 string has been read in a data input stream.

Author:
jh 2007.12.31

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.

Constructor & Destructor Documentation

UTFDataFormatException ( String::View  vsMsg = String::null_string,
Exception::View  vCause = NULL 
) [protected]

Create an UTFDataFormatException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception
Returns:
a new UTFDataFormatException


The documentation for this class was generated from the following file:
Copyright © 2000, 2013, Oracle and/or its affiliates. All rights reserved.