Package com.microstrategy.web.objects
Class WebReportValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.web.objects.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.
-