net.sf.saxon
Class Err

java.lang.Object
  extended by net.sf.saxon.Err

public class Err
extends Object

Class containing utility methods for handling error messages


Constructor Summary
Err()
           
 
Method Summary
static String wrap(CharSequence cs)
          Add delimiters to represent variable information within an error message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Err

public Err()
Method Detail

wrap

public static String wrap(CharSequence cs)
Add delimiters to represent variable information within an error message

Parameters:
s - the variable information to be delimited
Returns:
the delimited variable information