Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.osm
Interface OsmException.Code  view OsmException.Code download OsmException.Code.java

Enclosing interface:
OsmException

public static interface OsmException.Code

Defines the constants for the code property.


Field Summary
static int NotSupported
          The operation can not be performed.
static int ValueNotCreated
          The value object could not be created.
 

Field Detail

NotSupported

public static final int NotSupported
The operation can not be performed.

See Also:
Constant Field Values

ValueNotCreated

public static final int ValueNotCreated
The value object could not be created.

See Also:
Constant Field Values