Class GrafanaDashletConfigurationWindow.GrafanaDashletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.features.vaadin.dashboard.dashlets.GrafanaDashletConfigurationWindow.GrafanaDashletException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GrafanaDashletConfigurationWindow
public static class GrafanaDashletConfigurationWindow.GrafanaDashletException extends Exception
Exception for handling errors- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrafanaDashletException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GrafanaDashletException
public GrafanaDashletException(String message)
-
-