aicas logo Jamaica 3.4 release 8

javax.xml.stream
Class FactoryConfigurationError

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

Constructor Summary
FactoryConfigurationError()
           
FactoryConfigurationError(Exception e)
           
FactoryConfigurationError(Exception e, String msg)
           
FactoryConfigurationError(String msg)
           
FactoryConfigurationError(String msg, Exception e)
           
 
Method Summary
 Exception getException()
           
 String getMessage()
          getMessage returns the message describing the problem.
 
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

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)
Method Detail

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 logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.