org.firebirdsql.gds
Class GDSExceptionHelper.GDSMessage
java.lang.Object
org.firebirdsql.gds.GDSExceptionHelper.GDSMessage
- GDSExceptionHelper
public static class GDSExceptionHelper.GDSMessage
extends java.lang.Object
This class wraps message template obtained from isc_error_msg.properties
file and allows to set parameters to the message.
GDSMessage(String template) - Constructs an instance of GDSMessage for the specified template.
|
int | getParamCount() - Returns the number of parameters for the message template.
|
void | setParameter(int position, String text) - Sets the parameter value
|
String | toString() - Puts parameters into the template and return the obtained string.
|
GDSMessage
public GDSMessage(String template)
Constructs an instance of GDSMessage for the specified template.
getParamCount
public int getParamCount()
Returns the number of parameters for the message template.
setParameter
public void setParameter(int position,
String text)
Sets the parameter value
position
- the parameter number, 0 - first parameter.text
- value of parameter
toString
public String toString()
Puts parameters into the template and return the obtained string.
- string representation of the message.
Copyright B) 2001 David Jencks and other authors. All rights reserved.