Class TransformDoesNotExistException

    • Constructor Detail

      • TransformDoesNotExistException

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

        public TransformDoesNotExistException​(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
      • TransformDoesNotExistException

        public TransformDoesNotExistException​(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
      • TransformDoesNotExistException

        public TransformDoesNotExistException​(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
      • TransformDoesNotExistException

        public TransformDoesNotExistException()
        Constructor.
      • TransformDoesNotExistException

        public TransformDoesNotExistException​(java.lang.String s)
        Constructor.
        Parameters:
        s - The error message for this exception.