Share via


FactoryConfigurationError Constructors

Definition

Overloads

FactoryConfigurationError()

Create a new FactoryConfigurationError with no detail message.

FactoryConfigurationError(Exception)

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

FactoryConfigurationError(String)

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

FactoryConfigurationError(Exception, String)

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

FactoryConfigurationError(IntPtr, JniHandleOwnership)

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

FactoryConfigurationError()

Create a new FactoryConfigurationError with no detail message.

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

Remarks

Create a new FactoryConfigurationError with no detail message.

Java documentation for javax.xml.parsers.FactoryConfigurationError.FactoryConfigurationError().

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

FactoryConfigurationError(Exception)

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

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

Parameters

e
Exception

The exception to be encapsulated in a FactoryConfigurationError.

Attributes

Remarks

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

Java documentation for javax.xml.parsers.FactoryConfigurationError.FactoryConfigurationError(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

FactoryConfigurationError(String)

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

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

Parameters

msg
String

The error message for the exception.

Attributes

Remarks

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

Java documentation for javax.xml.parsers.FactoryConfigurationError.FactoryConfigurationError(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

FactoryConfigurationError(Exception, String)

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

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

Parameters

e
Exception

The exception to be encapsulated in a FactoryConfigurationError

msg
String

The detail message.

Attributes

Remarks

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

Java documentation for javax.xml.parsers.FactoryConfigurationError.FactoryConfigurationError(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

FactoryConfigurationError(IntPtr, JniHandleOwnership)

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

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

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