Searched refs:WrappedRuntimeException (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DWrappedRuntimeException.java21 * $Id: WrappedRuntimeException.java,v 1.1.4.1 2005/09/08 11:03:21 suresh_emailid Exp $
37 public final class WrappedRuntimeException extends RuntimeException class in inherits:RuntimeException
46 * Construct a WrappedRuntimeException from a
51 public WrappedRuntimeException(Exception e) method in class:WrappedRuntimeException
60 * Constructor WrappedRuntimeException
66 public WrappedRuntimeException(String msg, Exception e) method in class:WrappedRuntimeException
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DWrappedRuntimeException.java21 * $Id: WrappedRuntimeException.java,v 1.2.4.1 2005/09/15 08:16:00 suresh_emailid Exp $
30 public class WrappedRuntimeException extends RuntimeException class in inherits:RuntimeException
39 * Construct a WrappedRuntimeException from a
44 public WrappedRuntimeException(Exception e) method in class:WrappedRuntimeException
53 * Constructor WrappedRuntimeException
59 public WrappedRuntimeException(String msg, Exception e) method in class:WrappedRuntimeException
H A DObjectPool.java72 throw new WrappedRuntimeException(cnfe);
H A DDefaultErrorHandler.java321 else if(cause instanceof WrappedRuntimeException)
322 cause = ((WrappedRuntimeException)cause).getException();
H A DListingErrorHandler.java318 else if(cause instanceof WrappedRuntimeException)
319 cause = ((WrappedRuntimeException)cause).getException();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXBooleanStatic.java68 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(te);
H A DXBoolean.java166 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(te);
H A DXObjectFactory.java119 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(ex);
133 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(ex);
H A DXNumber.java413 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(te);
H A DXRTreeFrag.java299 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(te);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DIteratorPool.java28 import com.sun.org.apache.xml.internal.utils.WrappedRuntimeException;
100 throw new WrappedRuntimeException(ex);
H A DFilterExprIteratorSimple.java94 throws com.sun.org.apache.xml.internal.utils.WrappedRuntimeException
132 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(se);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExtensions.java132 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(pce);
300 * <p>We throw a WrappedRuntimeException in the unlikely case
320 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(pce);
342 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(e);
415 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(pce);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMAxisIteratorBase.java191 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(e);
H A DDTMNodeIterator.java80 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(cnse);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DOutputPropertiesFactory.java38 import com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException;
345 throw new WrappedRuntimeException(
414 throw new WrappedRuntimeException(
431 throw new WrappedRuntimeException(
H A DSerializerFactory.java91 * @throws WrappedRuntimeException if an exception is thrown while trying to find serializer
180 throw new com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException(e);
H A DCharInfo.java42 import com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException;
529 throw new WrappedRuntimeException(te);
H A DEncodings.java490 throw new com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException(mue);
492 throw new com.sun.org.apache.xml.internal.serializer.utils.WrappedRuntimeException(ioe);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncPosition.java95 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(cnse);
H A DFuncSystemProperty.java185 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(ex);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DXSLTCDTMManager.java344 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(e);
379 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(e);
464 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(e);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPath.java354 while (e instanceof com.sun.org.apache.xml.internal.utils.WrappedRuntimeException)
356 e = ((com.sun.org.apache.xml.internal.utils.WrappedRuntimeException) e).getException();
429 while (e instanceof com.sun.org.apache.xml.internal.utils.WrappedRuntimeException)
431 e = ((com.sun.org.apache.xml.internal.utils.WrappedRuntimeException) e).getException();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DJAXPExtensionsProvider.java151 // further execution by throwing WrappedRuntimeException
152 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException ( xfe );
203 // further execution by throwing WrappedRuntimeException
204 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException ( xfe );
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/operations/
H A DVariable.java150 throw new com.sun.org.apache.xml.internal.utils.WrappedRuntimeException(te);

Completed in 77 milliseconds

12