public class

InvalidJsonPropertyException

extends IllegalArgumentException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalArgumentException
           ↳ com.atlassian.jira.entity.property.InvalidJsonPropertyException

Class Overview

Indicates that the String value supplied as a JSON EntityProperty could not be accepted because it is malformed.

Summary

[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object