| |
|
| java.lang.Object org.apache.derby.iapi.services.context.ErrorStringBuilder
ErrorStringBuilder | public class ErrorStringBuilder (Code) | | Class used to form error messages. Primary
reason for existence is to allow a way to call
printStackTrace() w/o automatically writting
to a stream.
|
append | public void append(String s)(Code) | | Append an error string
Parameters: s - the string to append |
appendln | public void appendln(String s)(Code) | | Append an error string with a newline
Parameters: s - the string to append |
reset | public void reset()(Code) | | Reset the buffer -- truncate it down to nothing.
|
stackTrace | public void stackTrace(Throwable t)(Code) | | Print a stacktrace from the throwable in the error
buffer.
Parameters: t - the error |
|
|
|