public static enum SapViewerUrlException.SapViewerUrlExceptionCause extends Enum<SapViewerUrlException.SapViewerUrlExceptionCause>
| Enum Constant and Description |
|---|
ACCESS_DENIED |
INVALID_URL |
NOT_FOUND |
SERVER_ERROR |
| Modifier and Type | Method and Description |
|---|---|
static SapViewerUrlException.SapViewerUrlExceptionCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SapViewerUrlException.SapViewerUrlExceptionCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SapViewerUrlException.SapViewerUrlExceptionCause ACCESS_DENIED
public static final SapViewerUrlException.SapViewerUrlExceptionCause NOT_FOUND
public static final SapViewerUrlException.SapViewerUrlExceptionCause SERVER_ERROR
public static final SapViewerUrlException.SapViewerUrlExceptionCause INVALID_URL
public static SapViewerUrlException.SapViewerUrlExceptionCause[] values()
for (SapViewerUrlException.SapViewerUrlExceptionCause c : SapViewerUrlException.SapViewerUrlExceptionCause.values()) System.out.println(c);
public static SapViewerUrlException.SapViewerUrlExceptionCause valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 SAPERION AG. All rights reserved.