Uses of Class
org.kemet.impl.grammar.exceptions.ExceptionLevelEnum

Packages that use ExceptionLevelEnum
org.kemet.impl.grammar.exceptions   
 

Uses of ExceptionLevelEnum in org.kemet.impl.grammar.exceptions
 

Methods in org.kemet.impl.grammar.exceptions that return ExceptionLevelEnum
 ExceptionLevelEnum KemetAPIException.getLevel()
           return level of exception.
static ExceptionLevelEnum ExceptionLevelEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExceptionLevelEnum[] ExceptionLevelEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.kemet.impl.grammar.exceptions with parameters of type ExceptionLevelEnum
KemetAPIException(ExceptionLevelEnum error, java.lang.Exception excp)
           initialize exception (level, exception).
KemetAPIException(ExceptionLevelEnum error, java.lang.String message)
           initialize exception (level, message).
KemetAPIException(ExceptionLevelEnum error, java.lang.String message, java.lang.Exception excp)
           initialize exception (level, message, exception).
 



Copyright © 2008 F. MAUPIN. All Rights Reserved.