public class InvalidMapFormatException
extends java.io.IOException
MapReader
read a file and detected
that it's in the wrong format.Constructor and Description |
---|
InvalidMapFormatException(java.lang.String msg)
Creates a new instance.
|
InvalidMapFormatException(@NotNull java.lang.String msg,
@Nullable java.lang.Throwable cause)
Creates a new instance.
|
public InvalidMapFormatException(java.lang.String msg)
msg
- the message textpublic InvalidMapFormatException(@NotNull @NotNull java.lang.String msg, @Nullable @Nullable java.lang.Throwable cause)
msg
- the message textcause
- the cause