KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > parsers > FactoryConfigurationError

javax.xml.parsers
Class FactoryConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by javax.xml.parsers.FactoryConfigurationError
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public FactoryConfigurationError()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public FactoryConfigurationError(Exception e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public FactoryConfigurationError(Exception e,
                                 String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public FactoryConfigurationError(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Exception getException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags