public class SourceFormatException extends ParserException
Constructor and Description |
---|
SourceFormatException()
Creates a new instance of
SourceFormatException without detail message. |
SourceFormatException(java.lang.String msg)
Constructs an instance of
SourceFormatException with the specified detail message. |
public SourceFormatException()
SourceFormatException
without detail message.public SourceFormatException(java.lang.String msg)
SourceFormatException
with the specified detail message.msg
- the detail message.