public class ParserConfigurationException
extends java.lang.Exception
Constructor and Description |
---|
ParserConfigurationException()
Create a new
ParserConfigurationException with no
detail message. |
ParserConfigurationException(java.lang.String msg)
Create a new
ParserConfigurationException with
the String specified as an error message. |
public ParserConfigurationException()
ParserConfigurationException
with no
detail message.public ParserConfigurationException(java.lang.String msg)
ParserConfigurationException
with
the String
specified as an error message.msg
- The error message for the exception.Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.