Searched defs:WrappedRuntimeException (Results 1 - 2 of 2) sorted by relevance

/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

Completed in 771 milliseconds