|
||||||||||
| 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,
java.lang.String message)
|
|
ActionException(ErrorCode errorCode,
java.lang.String message,
boolean concatMessages)
|
|
ActionException(ErrorCode errorCode,
java.lang.String message,
java.lang.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(java.lang.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 | |||||||||