Uses of Class
org.teleal.cling.model.types.ErrorCode

Packages that use ErrorCode
org.teleal.cling.model.action   
org.teleal.cling.model.types   
 

Uses of ErrorCode in org.teleal.cling.model.action
 

Constructors in org.teleal.cling.model.action with parameters of type ErrorCode
ActionException(ErrorCode errorCode)
           
ActionException(ErrorCode errorCode, String message)
           
ActionException(ErrorCode errorCode, String message, boolean concatMessages)
           
ActionException(ErrorCode errorCode, String message, Throwable cause)
           
 

Uses of ErrorCode in org.teleal.cling.model.types
 

Methods in org.teleal.cling.model.types that return ErrorCode
static ErrorCode ErrorCode.getByCode(int code)
           
static ErrorCode ErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorCode[] ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.