Class ResourceParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.jasminb.jsonapi.exceptions.ResourceParseException
-
- All Implemented Interfaces:
Serializable
public class ResourceParseException extends RuntimeException
ResourceParseException implementation.
This exception is thrown from ResourceConverter in case parsed body contains 'errors' node.- Author:
- jbegic
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceParseException(Errors errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorsgetErrors()Returns Errors ornull-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-