Package io.vertx.json.schema
Class SchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.core.VertxException
-
- io.vertx.json.schema.SchemaException
-
- All Implemented Interfaces:
Serializable
public class SchemaException extends VertxException
This class represents an error while parsing aSchema
- Author:
- slinkydeveloper
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaException(Object schema, String message)
SchemaException(Object schema, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
schema()
Json representation of the schemaString
toString()
-
Methods inherited from class io.vertx.core.VertxException
noStackTrace, noStackTrace, noStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-