HomeSort by relevance Sort by last modified time
    Searched refs:IThrowableWrapper (Results 1 - 5 of 5) sorted by null

  /external/emma/core/java12/com/vladium/util/exception/
IThrowableWrapper.java 7 * $Id: IThrowableWrapper.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $
26 interface IThrowableWrapper
41 * first superclass not implementing IThrowableWrapper. This is used by
50 * first superclass not implementing IThrowableWrapper. This is used by
ExceptionCommon.java 156 if (t instanceof IThrowableWrapper)
158 final IThrowableWrapper tw = (IThrowableWrapper) t;
179 if (t instanceof IThrowableWrapper)
181 final IThrowableWrapper tw = (IThrowableWrapper) t;
200 if (t instanceof IThrowableWrapper)
202 final IThrowableWrapper tw = (IThrowableWrapper) t;
223 if (t instanceof IThrowableWrapper)
    [all...]
AbstractException.java 89 abstract class AbstractException extends Exception implements ICodedException, IThrowableWrapper
269 // IThrowableWrapper:
272 * This implements {@link IThrowableWrapper}
AbstractRuntimeException.java 89 abstract class AbstractRuntimeException extends RuntimeException implements ICodedException, IThrowableWrapper
269 // IThrowableWrapper:
272 * This implements {@link IThrowableWrapper}