|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |