DocTypeNotSupportedException

constructor(@NonNull message: String)

Constructs a new DocTypeNotSupportedException exception.

Parameters

message

the detail message.


constructor(@NonNull message: String, @NonNull cause: Throwable)

Constructs a new DocTypeNotSupportedException exception.

Parameters

message

the detail message.

cause

the cause.