org.xml.graphics
Class XGProcessorFactoryConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
javax.xml.transform.TransformerFactoryConfigurationError
org.xml.graphics.XGProcessorFactoryConfigurationError
- All Implemented Interfaces:
- java.io.Serializable
public class XGProcessorFactoryConfigurationError
- extends javax.xml.transform.TransformerFactoryConfigurationError
Thrown when a problem with configuration with the XGProcessor Factories
exists. This error will typically be thrown when the class of a
XGProcessor factory specified in the system properties cannot be found
or instantiated.
- See Also:
- Serialized Form
Methods inherited from class javax.xml.transform.TransformerFactoryConfigurationError |
getException, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XGProcessorFactoryConfigurationError
public XGProcessorFactoryConfigurationError()
XGProcessorFactoryConfigurationError
public XGProcessorFactoryConfigurationError(java.lang.Exception e)
XGProcessorFactoryConfigurationError
public XGProcessorFactoryConfigurationError(java.lang.Exception e,
java.lang.String msg)
XGProcessorFactoryConfigurationError
public XGProcessorFactoryConfigurationError(java.lang.String msg)
Copyright © 2004-2005 Jeremias Märki. All rights reserved.