Module datarush.library
Class InvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pervasive.datarush.exceptions.DRException
com.pervasive.datarush.operators.io.textfile.InvalidSchemaException
- All Implemented Interfaces:
Serializable
Exception that indicates a schema definition is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBase 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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSchemaException
public InvalidSchemaException()Base constructor. -
InvalidSchemaException
Construct with a message and pathname to the schema resource.- Parameters:
message- error messageschemaResource- pathname to resource
-
InvalidSchemaException
Construct with a message, pathname to the schema resource and an exception to wrap.- Parameters:
message- error messageschemaResource- pathname to resourcecause- exception to wrap
-
-
Method Details
-
getSchemaResource
Return the schema resource value.- Returns:
- schema resource value
-