Class MobileChunkedRWTransform

    • Constructor Detail

      • MobileChunkedRWTransform

        public MobileChunkedRWTransform()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Transform
        Returns a textual description of the transform.
        Specified by:
        getDescription in interface Transform
        Returns:
        The textual description of the transform.
      • isGraphAvailable

        public boolean isGraphAvailable​(WebGraph wgraph)
      • renderGraphError

        public java.lang.String renderGraphError​(WebGraph wgraph)
      • displayError

        protected void displayError​(MarkupOutput out,
                                    java.lang.String className,
                                    java.lang.String methodName,
                                    java.lang.Exception e,
                                    java.lang.String title,
                                    java.lang.String message,
                                    boolean addContactInfo)
        Description copied from class: AbstractAppTransform
        Generates an error message to the end user. This is the main entry point when the Transform catches an Exception and the error needs to be displayed to the end user. The title and message to display are received as parameters for this method. It also receives an argument specifying if the administrator's contact information should be included in the error message.
        Transforms that would like to generate customized error messages may extend this method.
        Overrides:
        displayError in class AbstractAppTransform
        Parameters:
        out - output by this transform
        className - the class where the error was originated
        methodName - the method where the error was originated
        e - the Exception caught that caused the error
        title - the title for the error message
        message - the error message to display
        addContactInfo - if the administrator's contact info should be included or not.
        Since:
        MicroStrategy Web 9.0.0