OmniSciDB
a5dc49c757
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
HeavyAIExceptionText.java
Go to the documentation of this file.
1
package
ai.heavy.jdbc;
2
3
public
class
HeavyAIExceptionText
{
4
static
String
getExceptionDetail
(Exception ex) {
5
if
(ex.getStackTrace().length < 1) {
6
return
"Error in stack trace processing"
;
7
}
8
StackTraceElement sE = ex.getStackTrace()[0];
9
return
"["
+ sE.getFileName() +
":"
+ sE.getMethodName() +
":"
+ sE.getLineNumber()
10
+
":"
+ ex.toString() +
"]"
;
11
}
12
}
ai.heavy.jdbc.HeavyAIExceptionText.getExceptionDetail
static String getExceptionDetail(Exception ex)
Definition:
HeavyAIExceptionText.java:4
ai.heavy.jdbc.HeavyAIExceptionText
Definition:
HeavyAIExceptionText.java:3
java
heavyaijdbc
src
main
java
ai
heavy
jdbc
HeavyAIExceptionText.java
Generated on Tue Aug 27 2024 00:12:39 for OmniSciDB by
1.8.5