Package es.caib.seycon.ng.exception
Class SoffidStackTrace
- java.lang.Object
-
- es.caib.seycon.ng.exception.SoffidStackTrace
-
public class SoffidStackTrace extends Object
-
-
Constructor Summary
Constructors Constructor Description SoffidStackTrace()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateEndUserDescription(Exception e)static StringgenerateShortDescription(Exception e)static com.soffid.tools.db.schema.DatabasegetDatabase()static StringgetStackTrace(Throwable t)static voidprintStackTrace(Throwable e, PrintStream s)static voidprintStackTrace(Throwable e, PrintWriter s)static booleanprintStackTrace(Throwable e, PrintWriter s, boolean hideInternal)static voidsetColumnToAttributeMap(Map<String,String> columnToAttribute)static voidsetDialect(String string)static voidsetTableToEntityMap(Map<String,String> tableToEntity)
-
-
-
Method Detail
-
printStackTrace
public static void printStackTrace(Throwable e, PrintStream s)
-
printStackTrace
public static void printStackTrace(Throwable e, PrintWriter s)
-
printStackTrace
public static boolean printStackTrace(Throwable e, PrintWriter s, boolean hideInternal)
-
getDatabase
public static com.soffid.tools.db.schema.Database getDatabase() throws IOException, Exception- Throws:
IOExceptionException
-
setDialect
public static void setDialect(String string)
-
-