次の方法で共有


DatatypeConfigurationException Constructors

Definition

Overloads

DatatypeConfigurationException()

Create a new DatatypeConfigurationException with no specified detail message and cause.

DatatypeConfigurationException(Throwable)

Create a new DatatypeConfigurationException with the specified cause.

DatatypeConfigurationException(String)

Create a new DatatypeConfigurationException with the specified detail message.

DatatypeConfigurationException(IntPtr, JniHandleOwnership)

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

DatatypeConfigurationException(String, Throwable)

Create a new DatatypeConfigurationException with the specified detail message and cause.

DatatypeConfigurationException()

Create a new DatatypeConfigurationException with no specified detail message and cause.

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

Remarks

Create a new DatatypeConfigurationException with no specified detail message and cause.

Java documentation for javax.xml.datatype.DatatypeConfigurationException.DatatypeConfigurationException().

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

DatatypeConfigurationException(Throwable)

Create a new DatatypeConfigurationException with the specified cause.

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public DatatypeConfigurationException (Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Javax.Xml.Datatype.DatatypeConfigurationException : Java.Lang.Throwable -> Javax.Xml.Datatype.DatatypeConfigurationException

Parameters

cause
Throwable

The cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.

Attributes

Remarks

Create a new DatatypeConfigurationException with the specified cause.

Java documentation for javax.xml.datatype.DatatypeConfigurationException.DatatypeConfigurationException(java.lang.Throwable).

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

DatatypeConfigurationException(String)

Create a new DatatypeConfigurationException with the specified detail message.

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

Parameters

message
String

The detail message.

Attributes

Remarks

Create a new DatatypeConfigurationException with the specified detail message.

Java documentation for javax.xml.datatype.DatatypeConfigurationException.DatatypeConfigurationException(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

DatatypeConfigurationException(IntPtr, JniHandleOwnership)

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

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

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

DatatypeConfigurationException(String, Throwable)

Create a new DatatypeConfigurationException with the specified detail message and cause.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public DatatypeConfigurationException (string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Javax.Xml.Datatype.DatatypeConfigurationException : string * Java.Lang.Throwable -> Javax.Xml.Datatype.DatatypeConfigurationException

Parameters

message
String

The detail message.

cause
Throwable

The cause. A null value is permitted, and indicates that the cause is nonexistent or unknown.

Attributes

Remarks

Create a new DatatypeConfigurationException with the specified detail message and cause.

Java documentation for javax.xml.datatype.DatatypeConfigurationException.DatatypeConfigurationException(java.lang.String, java.lang.Throwable).

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