public class org.apache.commons.lang.exception.ContextedException extends java.lang.Exception implements org.apache.commons.lang.exception.ExceptionContext
{
private static final long serialVersionUID;
private final org.apache.commons.lang.exception.ExceptionContext exceptionContext;
public void <init>()
{
org.apache.commons.lang.exception.ContextedException v;
org.apache.commons.lang.exception.DefaultExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
specialinvoke v.<java.lang.Exception: void <init>()>();
v = new org.apache.commons.lang.exception.DefaultExceptionContext;
specialinvoke v.<org.apache.commons.lang.exception.DefaultExceptionContext: void <init>()>();
v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext> = v;
return;
}
public void <init>(java.lang.String)
{
org.apache.commons.lang.exception.ContextedException v;
java.lang.String v;
org.apache.commons.lang.exception.DefaultExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Exception: void <init>(java.lang.String)>(v);
v = new org.apache.commons.lang.exception.DefaultExceptionContext;
specialinvoke v.<org.apache.commons.lang.exception.DefaultExceptionContext: void <init>()>();
v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext> = v;
return;
}
public void <init>(java.lang.String, java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.commons.lang.exception.ContextedException v;
java.lang.String v;
org.apache.commons.lang.exception.DefaultExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Throwable;
specialinvoke v.<java.lang.Exception: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
v = new org.apache.commons.lang.exception.DefaultExceptionContext;
specialinvoke v.<org.apache.commons.lang.exception.DefaultExceptionContext: void <init>()>();
v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext> = v;
return;
}
public void <init>(java.lang.String, java.lang.Throwable, org.apache.commons.lang.exception.ExceptionContext)
{
java.lang.Throwable v;
org.apache.commons.lang.exception.ContextedException v;
java.lang.String v;
org.apache.commons.lang.exception.ExceptionContext v;
org.apache.commons.lang.exception.DefaultExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Throwable;
v := @parameter: org.apache.commons.lang.exception.ExceptionContext;
specialinvoke v.<java.lang.Exception: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
if v != null goto label;
v = new org.apache.commons.lang.exception.DefaultExceptionContext;
specialinvoke v.<org.apache.commons.lang.exception.DefaultExceptionContext: void <init>()>();
v = v;
label:
v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext> = v;
return;
}
public void <init>(java.lang.Throwable)
{
java.lang.Throwable v;
org.apache.commons.lang.exception.ContextedException v;
org.apache.commons.lang.exception.DefaultExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.Throwable;
specialinvoke v.<java.lang.Exception: void <init>(java.lang.Throwable)>(v);
v = new org.apache.commons.lang.exception.DefaultExceptionContext;
specialinvoke v.<org.apache.commons.lang.exception.DefaultExceptionContext: void <init>()>();
v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext> = v;
return;
}
public org.apache.commons.lang.exception.ContextedException addContextValue(java.lang.String, java.lang.Object)
{
org.apache.commons.lang.exception.ContextedException v;
java.lang.Object v;
java.lang.String v;
org.apache.commons.lang.exception.ExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object;
v = v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext>;
interfaceinvoke v.<org.apache.commons.lang.exception.ExceptionContext: org.apache.commons.lang.exception.ExceptionContext addContextValue(java.lang.String,java.lang.Object)>(v, v);
return v;
}
public java.util.List getContextEntries()
{
org.apache.commons.lang.exception.ContextedException v;
java.util.List v;
org.apache.commons.lang.exception.ExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v = v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext>;
v = interfaceinvoke v.<org.apache.commons.lang.exception.ExceptionContext: java.util.List getContextEntries()>();
return v;
}
public java.util.Set getContextLabels()
{
org.apache.commons.lang.exception.ContextedException v;
java.util.Set v;
org.apache.commons.lang.exception.ExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v = v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext>;
v = interfaceinvoke v.<org.apache.commons.lang.exception.ExceptionContext: java.util.Set getContextLabels()>();
return v;
}
public java.util.List getContextValues(java.lang.String)
{
org.apache.commons.lang.exception.ContextedException v;
java.util.List v;
java.lang.String v;
org.apache.commons.lang.exception.ExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
v = v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext>;
v = interfaceinvoke v.<org.apache.commons.lang.exception.ExceptionContext: java.util.List getContextValues(java.lang.String)>(v);
return v;
}
public java.lang.Object getFirstContextValue(java.lang.String)
{
org.apache.commons.lang.exception.ContextedException v;
java.lang.Object v;
java.lang.String v;
org.apache.commons.lang.exception.ExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
v = v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext>;
v = interfaceinvoke v.<org.apache.commons.lang.exception.ExceptionContext: java.lang.Object getFirstContextValue(java.lang.String)>(v);
return v;
}
public java.lang.String getFormattedExceptionMessage(java.lang.String)
{
org.apache.commons.lang.exception.ContextedException v;
java.lang.String v, v;
org.apache.commons.lang.exception.ExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
v = v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext>;
v = interfaceinvoke v.<org.apache.commons.lang.exception.ExceptionContext: java.lang.String getFormattedExceptionMessage(java.lang.String)>(v);
return v;
}
public java.lang.String getMessage()
{
org.apache.commons.lang.exception.ContextedException v;
java.lang.String v, v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v = specialinvoke v.<java.lang.Exception: java.lang.String getMessage()>();
v = virtualinvoke v.<org.apache.commons.lang.exception.ContextedException: java.lang.String getFormattedExceptionMessage(java.lang.String)>(v);
return v;
}
public java.lang.String getRawMessage()
{
org.apache.commons.lang.exception.ContextedException v;
java.lang.String v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v = specialinvoke v.<java.lang.Exception: java.lang.String getMessage()>();
return v;
}
public org.apache.commons.lang.exception.ContextedException setContextValue(java.lang.String, java.lang.Object)
{
org.apache.commons.lang.exception.ContextedException v;
java.lang.Object v;
java.lang.String v;
org.apache.commons.lang.exception.ExceptionContext v;
v := @this: org.apache.commons.lang.exception.ContextedException;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object;
v = v.<org.apache.commons.lang.exception.ContextedException: org.apache.commons.lang.exception.ExceptionContext exceptionContext>;
interfaceinvoke v.<org.apache.commons.lang.exception.ExceptionContext: org.apache.commons.lang.exception.ExceptionContext setContextValue(java.lang.String,java.lang.Object)>(v, v);
return v;
}
}