public class ParsingException
extends java.io.IOException
Constructor and Description |
---|
ParsingException(java.lang.String message)
Constructor expecting a custom message.
|
ParsingException(java.lang.Throwable cause)
Constructor expecting a custom cause.
|