Class SchemaParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pushtechnology.diffusion.datatype.recordv2.schema.SchemaParseException
All Implemented Interfaces:
Serializable

public final class SchemaParseException extends Exception
Indicates a problem that has occurred when parsing a Schema.
Since:
6.0
Author:
DiffusionData Limited
See Also:
  • Constructor Details

    • SchemaParseException

      public SchemaParseException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the error message
      cause - the cause of the exception
    • SchemaParseException

      public SchemaParseException(String message)
      Constructor.
      Parameters:
      message - the error message