HomeSort by relevance Sort by last modified time
    Searched defs:exception (Results 51 - 75 of 2048) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
NotPositiveException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
22 * Exception to be thrown when the argument is negative.
33 * Construct the exception.
41 * Construct the exception with a specific context.
NotStrictlyPositiveException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
22 * Exception to be thrown when the argument is negative.
33 * Construct the exception.
41 * Construct the exception with a specific context.
NullArgumentException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
24 * this exception.
ZeroException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
23 * Exception to be thrown when zero is provided where it is not allowed.
34 * Construct the exception.
41 * Construct the exception with a specific context.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
ArgUtils.java 17 package org.apache.commons.math.exception.util;
Localizable.java 17 package org.apache.commons.math.exception.util;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/exception/
ExtCertPathBuilderException.java 1 package org.bouncycastle.jce.exception;
ExtCertPathValidatorException.java 1 package org.bouncycastle.jce.exception;
  /external/clang/test/CodeGenCXX/
2006-03-06-C++RecurseCrash.cpp 3 class exception { }; class in namespace:std
18 class recursive_init: public std::exception {
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
Reporter.java 27 * startTests(startObjenesis(result | exception) * endObjenesis) * endTests
68 * @param exception Exception thrown by instantiator.
70 void exception(Exception exception); method in interface:Reporter
  /frameworks/base/core/java/android/os/
AsyncResult.java 27 // Expect either exception or result to be null
29 public Throwable exception; field in class:AsyncResult
66 exception = ex;
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 35 *<code>Exception</code> that represents the error.
37 private Exception exception; field in class:FactoryConfigurationError
45 this.exception = null;
52 * @param msg The error message for the exception.
57 this.exception = null;
63 * given <code>Exception</code> base cause of the error.
65 * @param e The exception to be encapsulated in a
69 public FactoryConfigurationError(Exception e) {
71 this.exception = e
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactoryConfigurationError.java 31 * <code>Exception</code> for the
34 private Exception exception; field in class:TransformerFactoryConfigurationError
41 this.exception = null;
48 * @param msg The error message for the exception.
54 this.exception = null;
59 * given <code>Exception</code> base cause of the error.
61 * @param e The exception to be encapsulated in a
64 public TransformerFactoryConfigurationError(Exception e) {
68 this.exception = e
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
SAXException.java 1 // SAX exception class.
21 * functionality. SAX handlers may throw this exception or
22 * any exception subclassed from it.</p>
26 * or an exception derived from a SAXException.</p>
37 public class SAXException extends Exception {
45 this.exception = null;
56 this.exception = null;
61 * Create a new SAXException wrapping an existing exception.
63 * <p>The existing exception will be embedded in the new
67 * @param e The exception to be wrapped in a SAXException
147 private Exception exception; field in class:SAXException
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
FileSystemAlreadyExistsExceptionTest.java 27 FileSystemAlreadyExistsException exception = new FileSystemAlreadyExistsException(message); local
28 assertEquals(message, exception.getMessage());
31 exception = new FileSystemAlreadyExistsException(message);
32 assertEquals(message, exception.getMessage());
ProviderNotFoundExceptionTest.java 27 ProviderNotFoundException exception = new ProviderNotFoundException(message); local
28 assertEquals(message, exception.getMessage());
31 exception = new ProviderNotFoundException(message);
32 assertEquals(message, exception.getMessage());
  /libcore/ojluni/src/main/java/java/security/
PrivilegedActionException.java 8 * particular file as subject to the "Classpath" exception as provided
31 * This exception is thrown by
35 * that the action being performed threw a checked exception. The exception
39 * for an exception thrown by a privileged action.
41 * <p>As of release 1.4, this exception has been retrofitted to conform to
42 * the general purpose exception-chaining mechanism. The "exception thrown
52 public class PrivilegedActionException extends Exception {
59 private Exception exception field in class:PrivilegedActionException
    [all...]
  /packages/services/Mms/src/com/android/mms/service/exception/
MmsHttpException.java 17 package com.android.mms.service.exception;
20 * HTTP exception
22 public class MmsHttpException extends Exception {
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_exception.h 18 // The header <exception> contains low-level functions that interact
19 // with a compiler's exception-handling mechanism. It is assumed to
23 // On platforms where <exception> does not exist, this header defines
24 // an exception base class. This is *not* a substitute for everything
25 // in <exception>, but it suffices to support a bare minimum of STL
38 # define exception _STLP_NULLIFIED_BROKEN_EXCEPTION_CLASS macro
41 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception.h)
43 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(Exception)
45 # undef exception macro
50 # include_next <exception.h
161 class _STLP_CLASS_DECLSPEC exception { class
    [all...]
  /system/core/gatekeeperd/
IUserManager.cpp 43 int32_t exception = reply.readExceptionCode(); local
44 if (exception != 0) {
45 ALOGE("%s: got exception (%d)\n", __func__, exception);
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelperImpl.java 46 * mDialogHelper.showErrorMessageDialog(&quot;An exception occurred!&quot;, e);
72 private static final String KEY_EXCEPTION = "exception";
82 public void showErrorMessageDialog(int titleId, Exception exception) {
83 showErrorMessageDialog(mActivity.getString(titleId), exception); local
87 public void showErrorMessageDialog(String title, Exception exception) {
90 bundle.putSerializable(KEY_EXCEPTION, exception);
99 Exception exception = (Exception) args.getSerializable(KEY_EXCEPTION) local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeBuilder.java 115 } catch (IOException exception) {
116 throw new JSilverIOException(exception);
117 } catch (ParserException exception) {
118 throw new JSilverBadSyntaxException(exception.getMessage(), exception.getToken().getText(),
119 templateName, exception.getToken().getLine(), exception.getToken().getPos(), exception); local
120 } catch (LexerException exception) {
121 throw new JSilverBadSyntaxException(exception.getMessage(), null, templateName
123 exception); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
RuntimeExceptionTest.java 47 Throwable emptyThrowable = new Exception();
53 Throwable throwable = new Exception("msg");
54 RuntimeException exception = new RuntimeException(throwable); local
55 assertEquals(throwable.getClass().getName() + ": " + "msg", exception.getMessage());

Completed in 1482 milliseconds

1 23 4 5 6 7 8 91011>>