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

  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 7 * $Id: AbstractException.java,v 1.1.1.1 2004/05/09 16:57:57 vlad_r Exp $
55 * throw new AbstractException ("FILE_NOT_FOUND", new Object[] {file, e}, e);
89 abstract class AbstractException extends Exception implements ICodedException, IThrowableWrapper
96 public AbstractException ()
107 public AbstractException (final String message)
122 public AbstractException (final String message, final Object [] arguments)
134 public AbstractException (final Throwable cause)
147 public AbstractException (final String message, final Throwable cause)
163 public AbstractException (final String message, final Object [] arguments, final Throwable cause)
ExceptionCommon.java 33 * {@link AbstractException} and {@link AbstractRuntimeException}.<P>
42 * This method can be called by static initializers of {@link AbstractException}
85 * from {@link AbstractException} or {@link AbstractRuntimeException}.
241 * Provides support for lookup of exception error codes from {@link AbstractException}
256 * @see AbstractException#getMessage
293 * Provides support for lookup of exception error codes from {@link AbstractException}
311 * @see AbstractException#getMessage
464 private static final Class ABSTRACT_EXCEPTION = AbstractException.class;
ICodedException.java 15 * This interface is implemented by {@link AbstractException} and
AbstractRuntimeException.java 33 * See {@link AbstractException} for a checked version of the same class.<P>
  /external/emma/core/java12/com/vladium/emma/
EMMAException.java 11 import com.vladium.util.exception.AbstractException;
18 class EMMAException extends AbstractException
  /external/emma/lib/
emma.jar 

Completed in 535 milliseconds