Class ExceptionLevel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExceptionLevel
    extends java.util.logging.Level
    Extension for java.util.logging.Level since it does not have a EXCEPTION level.
    Author:
    Sass
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Generated serial version UID.
      • Fields inherited from class java.util.logging.Level

        ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ExceptionLevel()
      Constructor for EXCEPTION level which calls super constructor of Level.
    • Method Summary

      • Methods inherited from class java.util.logging.Level

        equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Generated serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExceptionLevel

        protected ExceptionLevel()
        Constructor for EXCEPTION level which calls super constructor of Level. Level value is placed between CONFIG and INFO.