HomeSort by relevance Sort by last modified time
    Searched defs:WrappedRuntimeException (Results 1 - 6 of 6) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
WrappedRuntimeException.java 19 * $Id: WrappedRuntimeException.java 468655 2006-10-28 07:12:06Z minchau $
28 public class WrappedRuntimeException extends RuntimeException
37 * Construct a WrappedRuntimeException from a
42 public WrappedRuntimeException(Exception e)
51 * Constructor WrappedRuntimeException
57 public WrappedRuntimeException(String msg, Exception e)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 19 * $Id: WrappedRuntimeException.java 468654 2006-10-28 07:09:23Z minchau $
35 public final class WrappedRuntimeException extends RuntimeException
44 * Construct a WrappedRuntimeException from a
49 public WrappedRuntimeException(Exception e)
58 * Constructor WrappedRuntimeException
64 public WrappedRuntimeException(String msg, Exception e)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 291 instanceof org.apache.xml.utils.WrappedRuntimeException)
294 ((org.apache.xml.utils.WrappedRuntimeException) throwable).getException();
300 throw new org.apache.xml.utils.WrappedRuntimeException(
335 if (e instanceof org.apache.xml.utils.WrappedRuntimeException)
336 e = ((org.apache.xml.utils.WrappedRuntimeException) e).getException();
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 314 throw new org.apache.xml.utils.WrappedRuntimeException(te);
480 throw new org.apache.xml.utils.WrappedRuntimeException(
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 36 import org.apache.xml.utils.WrappedRuntimeException;
804 throw new WrappedRuntimeException((Exception)gotMore);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1172 milliseconds