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
public class InvalidSchemaException extends DRException
Exception that indicates a schema definition is invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSchemaResource()
Return the schema resource value.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSchemaException
public InvalidSchemaException()
Base constructor.
-
InvalidSchemaException
public InvalidSchemaException(String message, String schemaResource)
Construct with a message and pathname to the schema resource.- Parameters:
message
- error messageschemaResource
- pathname to resource
-
-
Method Detail
-
getSchemaResource
public String getSchemaResource()
Return the schema resource value.- Returns:
- schema resource value
-
-