Share via


TransformerFactoryConfigurationError Constructors

Definition

Overloads

TransformerFactoryConfigurationError()

Create a new TransformerFactoryConfigurationError with no detail message.

TransformerFactoryConfigurationError(Exception)

Create a new TransformerFactoryConfigurationError with a given Exception base cause of the error.

TransformerFactoryConfigurationError(String)

Create a new TransformerFactoryConfigurationError with the String specified as an error message.

TransformerFactoryConfigurationError(Exception, String)

Create a new TransformerFactoryConfigurationError with the given Exception base cause and detail message.

TransformerFactoryConfigurationError(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

TransformerFactoryConfigurationError()

Create a new TransformerFactoryConfigurationError with no detail message.

[Android.Runtime.Register(".ctor", "()V", "")]
public TransformerFactoryConfigurationError ();
Attributes

Remarks

Create a new TransformerFactoryConfigurationError with no detail message.

Java documentation for javax.xml.transform.TransformerFactoryConfigurationError.TransformerFactoryConfigurationError().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

TransformerFactoryConfigurationError(Exception)

Create a new TransformerFactoryConfigurationError with a given Exception base cause of the error.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")]
public TransformerFactoryConfigurationError (Java.Lang.Exception? e);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")>]
new Javax.Xml.Transform.TransformerFactoryConfigurationError : Java.Lang.Exception -> Javax.Xml.Transform.TransformerFactoryConfigurationError

Parameters

e
Exception

The exception to be encapsulated in a TransformerFactoryConfigurationError.

Attributes

Remarks

Create a new TransformerFactoryConfigurationError with a given Exception base cause of the error.

Java documentation for javax.xml.transform.TransformerFactoryConfigurationError.TransformerFactoryConfigurationError(java.lang.Exception).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

TransformerFactoryConfigurationError(String)

Create a new TransformerFactoryConfigurationError with the String specified as an error message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public TransformerFactoryConfigurationError (string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Javax.Xml.Transform.TransformerFactoryConfigurationError : string -> Javax.Xml.Transform.TransformerFactoryConfigurationError

Parameters

msg
String

The error message for the exception.

Attributes

Remarks

Create a new TransformerFactoryConfigurationError with the String specified as an error message.

Java documentation for javax.xml.transform.TransformerFactoryConfigurationError.TransformerFactoryConfigurationError(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

TransformerFactoryConfigurationError(Exception, String)

Create a new TransformerFactoryConfigurationError with the given Exception base cause and detail message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;Ljava/lang/String;)V", "")]
public TransformerFactoryConfigurationError (Java.Lang.Exception? e, string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;Ljava/lang/String;)V", "")>]
new Javax.Xml.Transform.TransformerFactoryConfigurationError : Java.Lang.Exception * string -> Javax.Xml.Transform.TransformerFactoryConfigurationError

Parameters

e
Exception

The exception to be encapsulated in a TransformerFactoryConfigurationError

msg
String

The detail message.

Attributes

Remarks

Create a new TransformerFactoryConfigurationError with the given Exception base cause and detail message.

Java documentation for javax.xml.transform.TransformerFactoryConfigurationError.TransformerFactoryConfigurationError(java.lang.Exception, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

TransformerFactoryConfigurationError(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected TransformerFactoryConfigurationError (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Xml.Transform.TransformerFactoryConfigurationError : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Xml.Transform.TransformerFactoryConfigurationError

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to