|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.eng.spagobi.utilities.engines.SpagoBIEngineRuntimeException
it.eng.spagobi.engines.qbe.QbeTemplateParseException
public class QbeTemplateParseException
Constructor Summary | |
---|---|
QbeTemplateParseException(java.lang.String message)
Builds a SpagoBIRuntimeException . |
|
QbeTemplateParseException(java.lang.String message,
java.lang.Throwable ex)
Builds a SpagoBIRuntimeException . |
|
QbeTemplateParseException(java.lang.Throwable ex)
Builds a SpagoBIRuntimeException . |
Method Summary |
---|
Methods inherited from class it.eng.spagobi.utilities.engines.SpagoBIEngineRuntimeException |
---|
addHint, getDescription, getEngineInstance, getHints, getRootCause, getRootException, setDescription, setEngineInstance, setHints |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QbeTemplateParseException(java.lang.String message)
SpagoBIRuntimeException
.
message
- Text of the exceptionpublic QbeTemplateParseException(java.lang.String message, java.lang.Throwable ex)
SpagoBIRuntimeException
.
message
- Text of the exceptionex
- previous Throwable objectpublic QbeTemplateParseException(java.lang.Throwable ex)
SpagoBIRuntimeException
.
ex
- previous Throwable object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |