Package com.totvs.tjf.core.json
Class JsonSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.totvs.tjf.core.json.JsonSchemaException
-
- All Implemented Interfaces:
Serializable
public class JsonSchemaException extends RuntimeException
This class represents a JSON Schema Exception- Author:
- roger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaException(String message)Constructs this exception with a messageJsonSchemaException(List<String> messages)Constructs this exception with a message list
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getMessages()This method returns an array of messages-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessages
public String[] getMessages()
This method returns an array of messages- Returns:
- a array of messages
-
-