public class

TestJSONException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.jira.functest.framework.util.json.TestJSONException

Class Overview

The JSONException is thrown by the JSON.org classes then things are amiss.

Summary

Public Constructors
TestJSONException(String message)
Constructs a JSONException with an explanatory message.
TestJSONException(Throwable t)
Public Methods
Throwable getCause()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TestJSONException (String message)

Constructs a JSONException with an explanatory message.

Parameters
message Detail about the reason for the exception.

public TestJSONException (Throwable t)

Public Methods

public Throwable getCause ()