Package ch.bailu.gtk.glib
Interface ShellError
public interface ShellError
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Mismatched or otherwise mangled quoting.static final int
String to be parsed was empty.static final int
Some other error.
-
Field Details
-
BAD_QUOTING
static final int BAD_QUOTINGMismatched or otherwise mangled quoting.- See Also:
-
EMPTY_STRING
static final int EMPTY_STRINGString to be parsed was empty.- See Also:
-
FAILED
static final int FAILEDSome other error.- See Also:
-