public class InvalidSchemaException extends DRException
| Constructor and Description |
|---|
InvalidSchemaException()
Base constructor.
|
InvalidSchemaException(String message,
String schemaResource)
Construct with a message and pathname to the schema resource.
|
InvalidSchemaException(String message,
String schemaResource,
Throwable cause)
Construct with a message, pathname to the schema resource and an
exception to wrap.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSchemaResource()
Return the schema resource value.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSchemaException()
public InvalidSchemaException(String message, String schemaResource)
message - error messageschemaResource - pathname to resourcepublic String getSchemaResource()
Copyright © 2020 Actian Corporation. All rights reserved.