public static final int |
AIR_CARRIER_SIZE |
4 |
public static final int |
BATTLESHIP_SIZE |
3 |
public static final java.lang.String |
BOUNDARY_VALUE_IS_NEGATIVE |
"Boundary values should be positive (greater than 0)." |
public static final int |
CRUISER_SIZE |
2 |
public static final java.lang.String |
FIELD_CELLS_NOT_EMPTY |
"Field cells are not empty." |
public static final java.lang.String |
INDEX_NOT_WITHIN_LIMITS |
"Index not defined within the boundary." |
public static final java.lang.String |
INVALID_AI_LEVEL |
"Invalid artificial intelligence level." |
public static final java.lang.String |
INVALID_GENERATED_SHOTS_STATE |
"Shots generated were more than the actual map size." |
public static final java.lang.String |
INVALID_SHIP_SIZE |
"Invalid ship size." |
public static final java.lang.String |
INVALID_SHOT_TYPE |
"Invalid shot type." |
public static final int |
MAX_SIZE |
5 |
public static final java.lang.String |
NULL_REFERENCE |
"A null reference was passed to the method." |
public static final java.lang.String |
POINT_NOT_WITHIN_LIMITS |
"Point not defined within the map limit." |
public static final java.lang.String |
SHIP_NOT_WITHIN_LIMITS |
"Ship points are not within the boundary of the field." |
public static final java.lang.String |
STARTING_POSITION_NOT_DEFINED |
"Starting position wasn\'t defined yet." |
public static final int |
SUBMARINE_SIZE |
1 |