- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- 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
Constructors Constructor and Description FactoryConfigurationError()
Default constructorFactoryConfigurationError(Exception e)
Construct an exception with a nested inner exceptionFactoryConfigurationError(Exception e, String msg)
Construct an exception with a nested inner exception and a messageFactoryConfigurationError(String msg)
Construct an exception with associated messageFactoryConfigurationError(String msg, Exception e)
Construct an exception with a nested inner exception and a message
-
Method Summary
Methods Modifier and Type Method and Description Throwable
getCause()
use the exception chaining mechanism of JDK1.4Exception
getException()
Return the nested exception (if any)String
getMessage()
Report the message associated with this error-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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 nestmsg
- 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 reporte
- 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
-
getCause
public Throwable getCause()
use the exception chaining mechanism of JDK1.4
-
getMessage
public String getMessage()
Report the message associated with this error- Overrides:
getMessage
in classThrowable
- Returns:
- the string value of the message
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
25/11/2024 04:14:27 Cette version de la page est en cache (à la date du 25/11/2024 04:14:27) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 11/06/2005, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/xml/stream/FactoryConfigurationError.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.