public class QueryException
extends java.lang.Exception
getException
.Constructor and Description |
---|
QueryException() |
QueryException(java.lang.String s) |
QueryException(java.lang.String s,
java.lang.Exception embexp,
java.lang.Object[] obj) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassname()
Class throwing the QueryException.
|
java.lang.Exception |
getException()
Nested exception if any, that caused this QueryException.
|
java.lang.String |
getMethodname()
Method throwing the QueryException.
|
public QueryException()
public QueryException(java.lang.String s)
public QueryException(java.lang.String s, java.lang.Exception embexp, java.lang.Object[] obj)
public java.lang.Exception getException()
public java.lang.String getClassname()
public java.lang.String getMethodname()