org.pentaho.platform.dataaccess.datasource.utils
Class ExceptionParser

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.utils.ExceptionParser

public class ExceptionParser
extends Object


Field Summary
static String DELIMETER
           
 
Constructor Summary
ExceptionParser()
           
 
Method Summary
static String getErrorHeader(Throwable throwable, String defaultErrorHeader)
           
static String getErrorMessage(Throwable throwable, String defaultErrorMessage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMETER

public static String DELIMETER
Constructor Detail

ExceptionParser

public ExceptionParser()
Method Detail

getErrorMessage

public static String getErrorMessage(Throwable throwable,
                                     String defaultErrorMessage)

getErrorHeader

public static String getErrorHeader(Throwable throwable,
                                    String defaultErrorHeader)