Class LayoutParsingException

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

    public class LayoutParsingException
    extends MSTRCheckedException
    This exception represents a failed parser of the layout definition. When this is encountered, the caller should ask the LayoutParser instance for a set of error conditions.
    Since:
    MicroStrategy Web 8.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • LayoutParsingException

        public LayoutParsingException​(LocalizableMessage errorMsg)
        Constructor.
        Parameters:
        errorMsg - The error message for this exception.
      • LayoutParsingException

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

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

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

        public LayoutParsingException()
        Constructor.
      • LayoutParsingException

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

        public LayoutParsingException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - The embedded error.
      • LayoutParsingException

        public LayoutParsingException​(java.lang.String msg,
                                      java.lang.Throwable e)
        Constructor.
        Parameters:
        e - The embedded error.
        msg - The error message for this exception.