Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

java::io::IOException Class Reference

Signals that an I/O exception of some sort has occurred. More...

#include <java_io_IOException.h>

Inheritance diagram for java::io::IOException:

Inheritance graph
[legend]
Collaboration diagram for java::io::IOException:

Collaboration graph
[legend]
List of all members.

Public Types

enum  {
  xmogDefaultFlags = xmog_base::GLOBAL, xmogMajorVersion = 3, xmogMinorVersion = 2, xmogPatchVersion = 9,
  xmogBuildNumber = 2047
}
typedef ::xmog_java_array_template<
::java::io::IOException
array1D
typedef ::xmog_java_array_template<
::xmog_java_array_template<
::java::io::IOException > > 
array2D

Public Member Functions

 IOException (::xmog_dummy _use_java_ctor,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 Constructs an IOException with null as its error detail message.
 IOException (const ::java::lang::String &s,::xmog_localenv *p_xenv=NULL, xmog_flags f_xflags=xmogDefaultFlags)
 Constructs an IOException with the specified detail message.

Detailed Description

Signals that an I/O exception of some sort has occurred.

This class is the general class of exceptions produced by failed or interrupted I/O operations.

Author:
unascribed


Constructor & Destructor Documentation

java::io::IOException::IOException const ::java::lang::String s,
::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
 

Constructs an IOException with the specified detail message.

The error message string s can later be retrieved by the method of class java.lang.Throwable.

Parameters:
s the detail message.
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.

java::io::IOException::IOException ::xmog_dummy  _use_java_ctor,
::xmog_localenv p_xenv = NULL,
xmog_flags  f_xflags = xmogDefaultFlags
 

Constructs an IOException with null as its error detail message.

Parameters:
_use_java_ctor indicates that you want to delegate to a Java constructor whose natural proxy conflicts with a C++ requirement.
p_xenv the local call environment. The default value is NULL.
f_xflags the flags that allow control over the reference type and other internal matters. The default value is xmog_base::GLOBAL.


The documentation for this class was generated from the following file:
Generated on Fri Jun 16 10:19:16 2006 for JMS Courier for C++ by  doxygen 1.4.1