Uses of Class
org.speakright.core.CoreErrors

Packages that use CoreErrors
org.speakright.core   
 

Uses of CoreErrors in org.speakright.core
 

Methods in org.speakright.core that return CoreErrors
static CoreErrors CoreErrors.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CoreErrors[] CoreErrors.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.speakright.core with parameters of type CoreErrors
static void CoreErrors.logError(SRError err, CoreErrors code, java.lang.String description)