com.ontimize.dms.client
Class ContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ontimize.dms.client.ContextException
- All Implemented Interfaces:
- java.io.Serializable
public class ContextException
- extends java.lang.Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
detail
protected java.lang.String detail
context
protected ContextValues context
values
protected java.util.Map values
ContextException
public ContextException(java.lang.String message,
java.lang.String detail,
ContextValues context)
getDetail
public java.lang.String getDetail()
getContext
public ContextValues getContext()
getValues
public java.util.Map getValues()
getValue
public java.lang.Object getValue(java.lang.Object key)
putAll
public void putAll(java.util.Map values)
put
public void put(java.lang.Object key,
java.lang.Object value)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable