Class SchemaException

All Implemented Interfaces:
Serializable

public class SchemaException extends VertxException
This class represents an error while parsing a
invalid reference
Schema
Author:
slinkydeveloper
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException(Object schema, String message, Throwable cause)
    • SchemaException

      public SchemaException(Object schema, String message)
  • Method Details

    • schema

      public Object schema()
      Json representation of the schema
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Throwable