Package csw.alarm.api.exceptions
Class ConfigParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- csw.alarm.api.exceptions.ConfigParseException
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product
public class ConfigParseException extends java.lang.RuntimeException implements scala.Product, java.io.SerializableRepresents the exception thrown while parsing the alarm metadata config file for populating alarm storeparam: reasons collection of problems while parsing the config file
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigParseException(scala.collection.immutable.List<java.lang.String> reasons)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static Rapply(T1 v1)scala.collection.immutable.List<java.lang.String>reasons()static java.lang.StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-