de.deepamehta.plugins.webservice.provider
Class CatchAllExceptionMapper.ExceptionInfo

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.webservice.provider.CatchAllExceptionMapper.ExceptionInfo
All Implemented Interfaces:
JSONEnabled
Enclosing class:
CatchAllExceptionMapper

private static class CatchAllExceptionMapper.ExceptionInfo
extends Object
implements JSONEnabled


Field Summary
private  JSONObject json
           
 
Constructor Summary
private CatchAllExceptionMapper.ExceptionInfo(Throwable e)
           
 
Method Summary
private  JSONObject createJSONObject(Throwable e)
           
 JSONObject toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

json

private JSONObject json
Constructor Detail

CatchAllExceptionMapper.ExceptionInfo

private CatchAllExceptionMapper.ExceptionInfo(Throwable e)
Method Detail

createJSONObject

private JSONObject createJSONObject(Throwable e)
                             throws JSONException
Throws:
JSONException

toJSON

public JSONObject toJSON()
Specified by:
toJSON in interface JSONEnabled


Copyright © 2015. All Rights Reserved.