- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.xml.transform.TransformerException
-
- javax.xml.transform.TransformerConfigurationException
-
- All Implemented Interfaces:
- Serializable
public class TransformerConfigurationException extends TransformerException
Indicates a serious configuration error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description TransformerConfigurationException()
Create a newTransformerConfigurationException
with no detail mesage.TransformerConfigurationException(String msg)
Create a newTransformerConfigurationException
with theString
specified as an error message.TransformerConfigurationException(String message, SourceLocator locator)
Create a new TransformerConfigurationException from a message and a Locator.TransformerConfigurationException(String message, SourceLocator locator, Throwable e)
Wrap an existing exception in a TransformerConfigurationException.TransformerConfigurationException(String msg, Throwable e)
Create a newTransformerConfigurationException
with the givenException
base cause and detail message.TransformerConfigurationException(Throwable e)
Create a newTransformerConfigurationException
with a givenException
base cause of the error.
-
Method Summary
-
Methods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransformerConfigurationException
public TransformerConfigurationException()
Create a newTransformerConfigurationException
with no detail mesage.
-
TransformerConfigurationException
public TransformerConfigurationException(String msg)
Create a newTransformerConfigurationException
with theString
specified as an error message.- Parameters:
msg
- The error message for the exception.
-
TransformerConfigurationException
public TransformerConfigurationException(Throwable e)
Create a newTransformerConfigurationException
with a givenException
base cause of the error.- Parameters:
e
- The exception to be encapsulated in a TransformerConfigurationException.
-
TransformerConfigurationException
public TransformerConfigurationException(String msg, Throwable e)
Create a newTransformerConfigurationException
with the givenException
base cause and detail message.- Parameters:
e
- The exception to be encapsulated in a TransformerConfigurationExceptionmsg
- The detail message.
-
TransformerConfigurationException
public TransformerConfigurationException(String message, SourceLocator locator)
Create a new TransformerConfigurationException from a message and a Locator.This constructor is especially useful when an application is creating its own exception from within a DocumentHandler callback.
- Parameters:
message
- The error or warning message.locator
- The locator object for the error or warning.
-
TransformerConfigurationException
public TransformerConfigurationException(String message, SourceLocator locator, Throwable e)
Wrap an existing exception in a TransformerConfigurationException.- Parameters:
message
- The error or warning message, or null to use the message from the embedded exception.locator
- The locator object for the error or warning.e
- Any exception.
-
-
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
22/12/2024 12:27:28 Cette version de la page est en cache (à la date du 22/12/2024 12:27:28) 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 07/12/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/xml/transform/transformerconfigurationexception.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.