Class WebReportValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class WebReportValidationException
    extends java.lang.Exception
    The class WebReportValidationException is a subclass of java.lang.Exception. This is an exception class for report validation errors coming from the Intelligence Server. 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getErrorCode()
      Returns the error code associated with the given error.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Returns the error code associated with the given error. If this is 0, then the error had no code associated with it.
        Returns:
        The error code for the given error.