|
||||||||||
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.exceptions.SpagoBIRuntimeException
it.eng.spagobi.engines.network.template.NetworkTemplateParserException
public class NetworkTemplateParserException
Constructor Summary | |
---|---|
NetworkTemplateParserException(java.lang.String message)
Builds a SpagoBIRuntimeException . |
|
NetworkTemplateParserException(java.lang.String message,
java.lang.Throwable ex)
Builds a SpagoBIRuntimeException . |
|
NetworkTemplateParserException(java.lang.Throwable ex)
Builds a SpagoBIRuntimeException . |
Method Summary |
---|
Methods inherited from class it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException |
---|
addHint, getDescription, getHints, getRootCause, getStackTraceDump, setDescription |
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 NetworkTemplateParserException(java.lang.String message)
SpagoBIRuntimeException
.
message
- Text of the exceptionpublic NetworkTemplateParserException(java.lang.String message, java.lang.Throwable ex)
SpagoBIRuntimeException
.
message
- Text of the exceptionex
- previous Throwable objectpublic NetworkTemplateParserException(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 |