FileDocCategorySizeDatePackage
NullBoxIdException.javaAPI DocJaudiotagger 2.0.4328Wed Mar 30 16:11:46 BST 2011org.jaudiotagger.audio.exceptions

NullBoxIdException

public 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

Fields Summary
Constructors Summary
public NullBoxIdException(String message)

        super(message);
    
Methods Summary