Class ConfigParseException

All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ConfigParseException extends RuntimeException implements scala.Product, Serializable
Represents the exception thrown while parsing the alarm metadata config file for populating alarm store

param: reasons collection of problems while parsing the config file

See Also:
  • Constructor Details

    • ConfigParseException

      public ConfigParseException(scala.collection.immutable.List<String> reasons)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • reasons

      public scala.collection.immutable.List<String> reasons()