Class ReportTabParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jetbrains.buildServer.web.reportTabs.ReportTabParseException
-
- All Implemented Interfaces:
Serializable
public class ReportTabParseException extends Exception
Exception to be thrown when a custom report tab unable to parse own XML specification- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReportTabParseException(String messageToShow)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReportTabParseException
public ReportTabParseException(String messageToShow)
-
-