Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix K XML Conversion Function APIs> K.7 XMLGenException Class

K.7.1 XMLGenException

mark1Function

This method creates an instance of XMLGenException.

mark1Syntax

mark2Format 1

public XMLGenException(
    java.lang.String    code     /* (1) Error code                      */
) ;

mark2Format 2

public XMLGenException(
    java.lang.String    code,    /* (1) Error code                      */
    java.lang.String    arg      /* (2) Error message parameter         */
) ;

mark2Format 3

public XMLGenException(
    java.lang.String       code,  /* (1) Error code                     */
    java.lang.Exception    e,     /* (2) Exception that caused an error */
    java.lang.String       arg    /* (3) Error message parameter        */
) ;

mark2Format 4

public XMLGenException(
    java.lang.String       code,  /* (1) Error code                     */
    java.lang.Exception    e      /* (2) Exception that caused an error */
);

mark2Format 5

public XMLGenException(
    java.lang.String      code,   /* (1) Error code                     */
    java.lang.Throwable   err     /* (2) Exception that caused an error */
) ;

mark2Format 6

public XMLGenException(
    java.lang.String      code,    /* (1) Error code                    */
    java.lang.String[]    param    /* (2) Parameter array               */
);

mark1Return Value

None

mark1Parameters

Specify according to the following:

mark2Format 1

(1) Error code

An error code is output.

mark2Format 2

(1) Error code

An error code is output.

(2) Error message parameter

An error message parameter is output.

mark2Format 3

(1) Error code

An error code is output.

(2) Exception that caused an error

The exception that caused an error is output.

(3) Error message parameter

An error message parameter is output.

mark2Format 4

(1) Error code

An error code is output.

(2) Exception that caused an error

The exception that caused an error is output.

mark2Format 5

(1) Error code

An error code is output.

(2) Exception that caused an error

The exception that caused an error is output.

mark2Format 6

(1) Error code

An error code is output.

(2) Error message parameter array

An error message parameter array is output.

mark1Exceptions

None


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006