Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix K XML Conversion Function APIs | > K.6 CSVException Class |
This method creates an instance of CSVException.
public CSVException( java.lang.String code /* (1) Error code */ ); |
public CSVException( java.lang.String code, /* (1) Error code */ java.lang.String arg /* (2) Error message parameter */ ); |
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 */ ); |
public CSVException( java.lang.String code, /* (1) Error code */ java.lang.Exception e /* (2) Exception that caused an error */ ); |
public CSVException( java.lang.String code, /* (1) Error code */ java.lang.String[] param /* (2) Error message parameter array */ ); |
None
Specify according to the following:
An error code is output.
An error code is output.
An error message parameter is output.
An error code is output.
The exception that caused an error is output.
An error message parameter is output.
An error code is output.
The exception that caused an error is output.
An error code is output.
An error message parameter array is output.
None
Contents
Index
![]() ![]() |