jaxg 0.1dev

org.xml.graphics
Class XGProcessorFactoryConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by javax.xml.transform.TransformerFactoryConfigurationError
              extended by 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

Constructor Summary
XGProcessorFactoryConfigurationError()
           
XGProcessorFactoryConfigurationError(java.lang.Exception e)
           
XGProcessorFactoryConfigurationError(java.lang.Exception e, java.lang.String msg)
           
XGProcessorFactoryConfigurationError(java.lang.String msg)
           
 
Method Summary
 
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
 

Constructor Detail

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)

jaxg 0.1dev

Copyright © 2004-2005 Jeremias Märki. All rights reserved.