home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Komercni
/
VAgeJava
/
ivj35
/
setup
/
JSP.Cab
/
F26822_JspDbNLS.properties
< prev
next >
Wrap
Text File
|
2000-07-30
|
1KB
|
30 lines
/**-----------------------------------------------------------------
** Copyright 1997-98 IBM Corporation. All rights reserved.
**
** -----------------------------------------------------------------
*/
/**
* Utilities to create NLS messages of the Exception Strings
* @see JspException
* @see JspException#getNlsMsg
* @see JspException#createException
* @version 4/5/1999
* @author Virinder Batra
*/
// localize these
JspConstants.NotYetImpl=This function has not been implemented yet
JspConstants.SQLException=SQL Exception : {0}
JspConstants.NullDbDriver=Database Driver specification is null
JspConstants.NullUrl=Url is null
JspConstants.NullQueryString=Query String is null
JspConstants.CurrRowNotInit=Current Row is not initialized, call QueryResults.next() to initialize
JspConstants.InvalidCurrRowRef=Current Row cannot be set to null
JspConstants.InvalidDbDriver=DbDriver {0} could not be loaded
JspConstants.InvalidRowIndex=Invalid Row Index {0}, Index value should be between 0 and {1}
JspConstants.InvalidAttrName=Invalid Attribute Name {0}
JspConstants.NamingException=Naming Exception: {0}
JspConstants.IntError=Internal Error, please forward to Websphere JSP Administrator: {0}
// end of material