public static enum SapViewerUrlException.SapViewerUrlExceptionCause extends Enum<SapViewerUrlException.SapViewerUrlExceptionCause>
SapViewerUrlException
.Enum Constant and Description |
---|
ACCESS_DENIED
Access to the document was denied.
|
INVALID_URL
The URL was invalid.
|
NOT_FOUND
The referenced document was not found.
|
SERVER_ERROR
A server-error occurred while loading the document.
|
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 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.