Class WebTransformException

  • All Implemented Interfaces:
    LocalizableException, java.io.Serializable

    public final class WebTransformException
    extends ConfigException
    The class WebTransformException is a subclass of java.lang.Exception. This is an exception class for all errors thrown by the Web Transforms. This class extends the standard Exception class by providing a method to return an error code associated with the exception.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    See Also:
    Serialized Form
    • Constructor Detail

      • WebTransformException

        public WebTransformException​(LocalizableMessage errorMsg)
        Constructor.
        Parameters:
        errorMsg - The error message for this exception.
        Since:
        MicroStrategy Web 8.0.0
      • WebTransformException

        public WebTransformException​(LocalizableMessage errorMsg,
                                     java.lang.Throwable e)
        Constructor.
        Parameters:
        errorMsg - The error message for this exception.
        e - The embedded error object.
        Since:
        MicroStrategy Web 8.0.0
      • WebTransformException

        public WebTransformException​(int code,
                                     java.lang.Object[] params,
                                     java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - error code.
        locale - The locale to localize this exception.
        params - The parameters required to constructing the error message based on error code.
        Since:
        MicroStrategy Web 8.0.0
      • WebTransformException

        public WebTransformException​(int code,
                                     java.lang.Object[] params,
                                     java.lang.Throwable e,
                                     java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - error code.
        locale - The locale to localize this exception.
        params - The parameters required to constructing the error message based on error code.
        e - The embedded error.
        Since:
        MicroStrategy Web 8.0.0
      • WebTransformException

        public WebTransformException()
        Constructor.
      • WebTransformException

        public WebTransformException​(java.lang.String errorMsg)
        Constructor.
        Parameters:
        errorMsg - The error message for this exception.
      • WebTransformException

        public WebTransformException​(int errorCode)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        errorCode - The error code for this exception.
      • WebTransformException

        public WebTransformException​(java.lang.String errorMsg,
                                     int errorCode)
      • WebTransformException

        public WebTransformException​(java.lang.Throwable e)
      • WebTransformException

        public WebTransformException​(java.lang.String errorMsg,
                                     java.lang.Throwable e)
        Since:
        MicroStrategy Web 8.0.0