Searched refs:ExceptionCommon (Results 1 - 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/util/exception/
H A DAbstractException.java83 * similar to Java class static methods. See {@link ExceptionCommon#addExceptionResource}
191 msg = ExceptionCommon.getMessage (_class, supermsg);
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
233 ExceptionCommon.printStackTrace (this, System.out);
243 ExceptionCommon.printStackTrace (this, s);
253 ExceptionCommon.printStackTrace (this, s);
291 * Equivalent to {@link ExceptionCommon#addExceptionResource}, repeated here for
301 ExceptionCommon.addExceptionResource (namespace, messageResourceBundleName);
H A DAbstractRuntimeException.java83 * similar to Java class static methods. See {@link ExceptionCommon#addExceptionResource}
191 msg = ExceptionCommon.getMessage (_class, supermsg);
195 msg = ExceptionCommon.getMessage (_class, supermsg, m_arguments);
233 ExceptionCommon.printStackTrace (this, System.out);
243 ExceptionCommon.printStackTrace (this, s);
253 ExceptionCommon.printStackTrace (this, s);
291 * Equivalent to {@link ExceptionCommon#addExceptionResource}, repeated here for
301 ExceptionCommon.addExceptionResource (namespace, messageResourceBundleName);
H A DExceptionCommon.java7 * $Id: ExceptionCommon.java,v 1.1.1.1.2.2 2004/07/10 03:34:52 vlad_r Exp $
37 abstract class ExceptionCommon implements IJREVersion class in inherits:IJREVersion
365 private ExceptionCommon () {} // prevent subclassing method in class:ExceptionCommon
487 ROOT_RESOURCE_BUNDLE_NAME = getNameInNamespace (ExceptionCommon.class, "exceptions");
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 64 milliseconds