javax.xml.stream
Class FactoryConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
javax.xml.stream.FactoryConfigurationError
- All Implemented Interfaces:
- Serializable
public class FactoryConfigurationError
- extends Error
Error indicating that a factory could not be configured.
- See Also:
- Serialized Form
FactoryConfigurationError
public FactoryConfigurationError()
FactoryConfigurationError
public FactoryConfigurationError(Exception e)
FactoryConfigurationError
public FactoryConfigurationError(Exception e,
String msg)
FactoryConfigurationError
public FactoryConfigurationError(String msg,
Exception e)
FactoryConfigurationError
public FactoryConfigurationError(String msg)
getException
public Exception getException()
getMessage
public String getMessage()
- Description copied from class:
Throwable
- getMessage returns the message describing the problem.
- Overrides:
getMessage in class Throwable
- Returns:
- the message given to the constructor or null if no
message was set.
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.