Class InvalidSeverityException

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product, scala.Serializable

    public class InvalidSeverityException
    extends java.lang.RuntimeException
    implements scala.Product, scala.Serializable
    Represents the exception thrown when it is attempted to set severity that is not supported by the alarm

    param: key alarm for which the severity was attempted to change param: supportedSeverities list of severities supported by this alarm param: invalidSeverity not supported by the alarm

    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • getMessage

        public static java.lang.String getMessage()
      • getLocalizedMessage

        public static java.lang.String getLocalizedMessage()
      • getCause

        public static java.lang.Throwable getCause()
      • initCause

        public static java.lang.Throwable initCause​(java.lang.Throwable x$1)
      • toString

        public static java.lang.String toString()
      • printStackTrace

        public static void printStackTrace()
      • printStackTrace

        public static void printStackTrace​(java.io.PrintStream x$1)
      • printStackTrace

        public static void printStackTrace​(java.io.PrintWriter x$1)
      • fillInStackTrace

        public static java.lang.Throwable fillInStackTrace()
      • getStackTrace

        public static java.lang.StackTraceElement[] getStackTrace()
      • setStackTrace

        public static void setStackTrace​(java.lang.StackTraceElement[] x$1)
      • addSuppressed

        public static final void addSuppressed​(java.lang.Throwable x$1)
      • getSuppressed

        public static final java.lang.Throwable[] getSuppressed()
      • canEqual

        public abstract static boolean canEqual​(java.lang.Object that)
      • equals

        public abstract static boolean equals​(java.lang.Object that)
      • productElement

        public abstract static java.lang.Object productElement​(int n)
      • productArity

        public abstract static int productArity()
      • productIterator

        public static scala.collection.Iterator<java.lang.Object> productIterator()
      • productPrefix

        public static java.lang.String productPrefix()
      • key

        public Key key()
      • supportedSeverities

        public scala.collection.immutable.Set<FullAlarmSeverity> supportedSeverities()