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.6 CSVException Class

K.6.1 CSVException

mark1Function

This method creates an instance of CSVException.

mark1Syntax

mark2Format 1

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

mark2Format 2

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

mark2Format 3

public CSVException(
    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 CSVException(
    java.lang.String code,       /* (1) Error code                      */
    java.lang.Exception e        /* (2) Exception that caused an error  */
);

mark2Format 5

public CSVException(
    java.lang.String     code,    /* (1) Error code                     */
    java.lang.String[]   param    /* (2) Error message 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) Error message parameter array

An error message parameter array is output.

mark1Exceptions

None


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006