|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.network.QFtp.Error
public static final class QFtp.Error
This enum identifies the error that occurred.
error()
.
Field Summary | |
---|---|
static QFtp.Error |
ConnectionRefused
The server refused the connection. |
static QFtp.Error |
HostNotFound
The host name lookup failed. |
static QFtp.Error |
NoError
No error occurred. |
static QFtp.Error |
NotConnected
Tried to send a command, but there is no connection to a server. |
static QFtp.Error |
UnknownError
An error other than those specified above occurred. |
Method Summary | |
---|---|
static QFtp.Error |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFtp.Error |
valueOf(java.lang.String name)
|
static QFtp.Error[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QFtp.Error NoError
public static final QFtp.Error UnknownError
public static final QFtp.Error HostNotFound
public static final QFtp.Error ConnectionRefused
public static final QFtp.Error NotConnected
Method Detail |
---|
public static QFtp.Error[] values()
public static QFtp.Error valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFtp.Error resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |