it.eng.spagobi.engines.network.template
Class NetworkTemplateParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException
                  extended by it.eng.spagobi.engines.network.template.NetworkTemplateParserException
All Implemented Interfaces:
java.io.Serializable

public class NetworkTemplateParserException
extends it.eng.spagobi.utilities.exceptions.SpagoBIRuntimeException

See Also:
Serialized Form

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

NetworkTemplateParserException

public NetworkTemplateParserException(java.lang.String message)
Builds a SpagoBIRuntimeException.

Parameters:
message - Text of the exception

NetworkTemplateParserException

public NetworkTemplateParserException(java.lang.String message,
                                      java.lang.Throwable ex)
Builds a SpagoBIRuntimeException.

Parameters:
message - Text of the exception
ex - previous Throwable object

NetworkTemplateParserException

public NetworkTemplateParserException(java.lang.Throwable ex)
Builds a SpagoBIRuntimeException.

Parameters:
ex - previous Throwable object