|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.github.fge.jsonschema.core.exceptions.ProcessingException
com.github.fge.jsonschema.core.exceptions.JsonReferenceException
public final class JsonReferenceException
Exception associated with all JSON Reference exceptions
This exception is used by JsonRef to signify errors.
JsonRef,
Serialized Form| Constructor Summary | |
|---|---|
JsonReferenceException(ProcessingMessage message)
|
|
JsonReferenceException(ProcessingMessage message,
Throwable e)
|
|
| Method Summary |
|---|
| Methods inherited from class com.github.fge.jsonschema.core.exceptions.ProcessingException |
|---|
getMessage, getProcessingMessage, getShortMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JsonReferenceException(ProcessingMessage message)
public JsonReferenceException(ProcessingMessage message,
Throwable e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||