public static enum Py4JNetworkException.ErrorTime extends java.lang.Enum<Py4JNetworkException.ErrorTime>
Enum Constant and Description |
---|
ERROR_ON_RECEIVE |
ERROR_ON_SEND |
OTHER |
Modifier and Type | Method and Description |
---|---|
static Py4JNetworkException.ErrorTime |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Py4JNetworkException.ErrorTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Py4JNetworkException.ErrorTime ERROR_ON_SEND
public static final Py4JNetworkException.ErrorTime ERROR_ON_RECEIVE
public static final Py4JNetworkException.ErrorTime OTHER
public static Py4JNetworkException.ErrorTime[] values()
for (Py4JNetworkException.ErrorTime c : Py4JNetworkException.ErrorTime.values()) System.out.println(c);
public static Py4JNetworkException.ErrorTime valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null