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 >
Text File  |  2000-07-30  |  1KB  |  30 lines

  1. /**-----------------------------------------------------------------
  2. ** Copyright 1997-98 IBM Corporation.  All rights reserved.
  3. **
  4. ** -----------------------------------------------------------------
  5. */
  6.  
  7. /**
  8.  * Utilities to create NLS messages of the Exception Strings
  9.  * @see JspException
  10.  * @see JspException#getNlsMsg
  11.  * @see JspException#createException
  12.  * @version 4/5/1999
  13.  * @author Virinder Batra
  14.  */
  15.   // localize these
  16. JspConstants.NotYetImpl=This function has not been implemented yet
  17. JspConstants.SQLException=SQL Exception : {0}
  18. JspConstants.NullDbDriver=Database Driver specification is null
  19. JspConstants.NullUrl=Url is null
  20. JspConstants.NullQueryString=Query String is null
  21. JspConstants.CurrRowNotInit=Current Row is not initialized, call QueryResults.next() to initialize
  22. JspConstants.InvalidCurrRowRef=Current Row cannot be set to null
  23. JspConstants.InvalidDbDriver=DbDriver {0} could not be loaded
  24. JspConstants.InvalidRowIndex=Invalid Row Index {0}, Index value should be between 0 and {1}
  25. JspConstants.InvalidAttrName=Invalid Attribute Name {0}
  26. JspConstants.NamingException=Naming Exception: {0}
  27. JspConstants.IntError=Internal Error, please forward to Websphere JSP Administrator: {0}
  28. // end of material
  29.  
  30.