Class SchemaParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pushtechnology.diffusion.datatype.recordv2.schema.SchemaParseException
- All Implemented Interfaces:
Serializable
Indicates a problem that has occurred when parsing a
Schema.- Since:
- 6.0
- Author:
- DiffusionData Limited
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaParseException(String message) Constructor.SchemaParseException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaParseException
Constructor.- Parameters:
message- the error messagecause- the cause of the exception
-
SchemaParseException
Constructor.- Parameters:
message- the error message
-