public class DataSchemaException
extends java.lang.RuntimeException
DataSchemaException.MessageFmt.SCHEMA_NOT_ON_CLASSPATH when the specified schema is missing from the CLASSPATH.
DataSchemaException.MessageFmt.SCHEMA_NOT_INDICATED when a schema was required but was not specified in the pxf uri.| Modifier and Type | Class and Description |
|---|---|
static class |
DataSchemaException.MessageFmt |
| Constructor and Description |
|---|
DataSchemaException(DataSchemaException.MessageFmt msgFormat,
java.lang.String... msgArgs)
Constructs a DataSchemaException.
|
| Modifier and Type | Method and Description |
|---|---|
DataSchemaException.MessageFmt |
getMsgFormat() |
public DataSchemaException(DataSchemaException.MessageFmt msgFormat, java.lang.String... msgArgs)
msgFormat - the message formatmsgArgs - the message argumentspublic DataSchemaException.MessageFmt getMsgFormat()