public final class org.apache.axiom.core.stream.stax.StAXExceptionUtil extends java.lang.Object
{
private void <init>()
{
org.apache.axiom.core.stream.stax.StAXExceptionUtil v;
v := @this: org.apache.axiom.core.stream.stax.StAXExceptionUtil;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static org.apache.axiom.core.stream.StreamException toStreamException(javax.xml.stream.XMLStreamException)
{
java.lang.Throwable v;
org.apache.axiom.core.stream.StreamException v;
javax.xml.stream.XMLStreamException v;
boolean v;
v := @parameter: javax.xml.stream.XMLStreamException;
v = virtualinvoke v.<javax.xml.stream.XMLStreamException: java.lang.Throwable getCause()>();
v = v instanceof org.apache.axiom.core.stream.StreamException;
if v == 0 goto label;
return v;
label:
v = new org.apache.axiom.core.stream.StreamException;
specialinvoke v.<org.apache.axiom.core.stream.StreamException: void <init>(java.lang.Throwable)>(v);
return v;
}
public static javax.xml.stream.XMLStreamException toXMLStreamException(org.apache.axiom.core.stream.StreamException)
{
java.lang.Throwable v;
org.apache.axiom.core.stream.StreamException v;
javax.xml.stream.XMLStreamException v;
java.lang.String v;
boolean v;
v := @parameter: org.apache.axiom.core.stream.StreamException;
v = virtualinvoke v.<org.apache.axiom.core.stream.StreamException: java.lang.Throwable getCause()>();
v = v instanceof javax.xml.stream.XMLStreamException;
if v == 0 goto label;
return v;
label:
v = new javax.xml.stream.XMLStreamException;
v = virtualinvoke v.<org.apache.axiom.core.stream.StreamException: java.lang.String getMessage()>();
specialinvoke v.<javax.xml.stream.XMLStreamException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
return v;
}
}