Accueil
Rechercher:
sur developpez.com sur les forums
Forums | Tutoriels | F.A.Q's | Participez | Hébergement | Contacts
Club Emploi Blogs   TV   Dév. Web PHP XML Python Autres 2D-3D-Jeux Sécurité Windows Linux PC Mac
Accueil Conception Java DotNET Visual Basic  C  C++ Delphi Eclipse MS-Office SQL & SGBD Oracle  4D  Business Intelligence
FORUMS JAVA FAQs TUTORIELS JAVASEARCH SOURCES LIVRES OUTILS, EDI & API ECLIPSE NETBEANS BLOG DISCUSSIONS TV
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.6.0

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

An error class for reporting factory configuration errors.

Since:
1.6
See Also:
Serialized Form

Constructor Summary
FactoryConfigurationError()
          Default constructor
FactoryConfigurationError(Exception e)
          Construct an exception with a nested inner exception
FactoryConfigurationError(Exception e, String msg)
          Construct an exception with a nested inner exception and a message
FactoryConfigurationError(String msg)
          Construct an exception with associated message
FactoryConfigurationError(String msg, Exception e)
          Construct an exception with a nested inner exception and a message
 
Method Summary
 Exception getException()
          Return the nested exception (if any)
 String getMessage()
          Report the message associated with this error
 
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()
Default constructor


FactoryConfigurationError

public FactoryConfigurationError(Exception e)
Construct an exception with a nested inner exception

Parameters:
e - the exception to nest

FactoryConfigurationError

public FactoryConfigurationError(Exception e,
                                 String msg)
Construct an exception with a nested inner exception and a message

Parameters:
e - the exception to nest
msg - the message to report

FactoryConfigurationError

public FactoryConfigurationError(String msg,
                                 Exception e)
Construct an exception with a nested inner exception and a message

Parameters:
msg - the message to report
e - the exception to nest

FactoryConfigurationError

public FactoryConfigurationError(String msg)
Construct an exception with associated message

Parameters:
msg - the message to report
Method Detail

getException

public Exception getException()
Return the nested exception (if any)

Returns:
the nested exception or null

getMessage

public String getMessage()
Report the message associated with this error

Overrides:
getMessage in class Throwable
Returns:
the string value of the message

Copyright 2003 Sun Microsystems, Inc. All rights reserved
Responsables bénévoles de la rubrique Java :Eric Siber et Baptiste Wicht - Contacter par EMail :
Vos questions techniques : forum d'entraide Java - Publiez vos articles, tutoriels et cours
et rejoignez-nous dans l'équipe de rédaction du club d'entraide des développeurs francophones
Nous contacter - Copyright © 2000-2009 www.developpez.com - Legal informations.