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 String
generateEndUserDescription(Exception e)
static String
generateShortDescription(Exception e)
static com.soffid.tools.db.schema.Database
getDatabase()
static String
getStackTrace(Throwable t)
static void
printStackTrace(Throwable e, PrintStream s)
static void
printStackTrace(Throwable e, PrintWriter s)
static boolean
printStackTrace(Throwable e, PrintWriter s, boolean hideInternal)
static void
setColumnToAttributeMap(Map<String,String> columnToAttribute)
static void
setDialect(String string)
static void
setTableToEntityMap(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:
IOException
Exception
-
setDialect
public static void setDialect(String string)
-
-