Class AlertResourceUtil


  • public class AlertResourceUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static Alert.Level getLevel​(java.lang.String level)
      Compute Alert.Level from level parameter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLevel

        protected static Alert.Level getLevel​(java.lang.String level)
                                       throws java.lang.Exception
        Compute Alert.Level from level parameter
        Parameters:
        level - the level string
        Returns:
        the Alert.Level
        Throws:
        java.lang.Exception - exception if the level cannot be computed