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

/external/emma/core/java12/com/vladium/util/exception/
H A DAbstractRuntimeException.java7 * $Id: AbstractRuntimeException.java,v 1.1.1.1 2004/05/09 16:57:57 vlad_r Exp $
55 * throw new AbstractRuntimeException ("FILE_NOT_FOUND", new Object[] {file, e}, e);
89 abstract class AbstractRuntimeException extends RuntimeException implements ICodedException, IThrowableWrapper class in inherits:RuntimeException,ICodedException,IThrowableWrapper
96 public AbstractRuntimeException () method in class:AbstractRuntimeException
107 public AbstractRuntimeException (final String message) method in class:AbstractRuntimeException
122 public AbstractRuntimeException (final String message, final Object [] arguments) method in class:AbstractRuntimeException
134 public AbstractRuntimeException (final Throwable cause) method in class:AbstractRuntimeException
147 public AbstractRuntimeException (final String message, final Throwable cause) method in class:AbstractRuntimeException
163 public AbstractRuntimeException (final String message, final Object [] arguments, final Throwable cause) method in class:AbstractRuntimeException
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 291 milliseconds