NullBoxIdExceptionpublic class NullBoxIdException extends RuntimeException Thrown if when trying to read box id just finds nulls
Normally an error, but if occurs at end of file we allow it |
Constructors Summary |
---|
public NullBoxIdException(String message)
super(message);
|
|