Searched defs:exception (Results 26 - 50 of 660) sorted by relevance

1234567891011>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DNoDataException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
34 * Construct the exception.
40 * Construct the exception with a specific context.
42 * @param specific Contextual information on what caused the exception.
H A DNotPositiveException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
33 * Construct the exception.
41 * Construct the exception with a specific context.
H A DNotStrictlyPositiveException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
33 * Construct the exception.
41 * Construct the exception with a specific context.
H A DNullArgumentException.java17 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.
H A DZeroException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
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/
H A DArgUtils.java17 package org.apache.commons.math.exception.util;
H A DLocalizable.java17 package org.apache.commons.math.exception.util;
/external/apache-http/src/org/apache/http/client/
H A DHttpRequestRetryHandler.java40 * recoverable exception during execution.
61 * @param exception the exception that occurred
69 boolean retryRequest(IOException exception, int executionCount, HttpContext context); argument
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A De164.py22 import dns.exception namespace
57 raise dns.exception.SyntaxError('non-digit labels in ENUM domain name')
H A Dipv6.py20 import dns.exception namespace
102 @raises dns.exception.SyntaxError: the text was not properly formatted
136 raise dns.exception.SyntaxError
142 raise dns.exception.SyntaxError
149 raise dns.exception.SyntaxError
154 raise dns.exception.SyntaxError
163 raise dns.exception.SyntaxError
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
H A DDHCID.py16 import dns.exception namespace
42 raise dns.exception.SyntaxError
/external/clang/test/CodeGenCXX/
H A D2006-03-06-C++RecurseCrash.cpp3 class exception { }; class in namespace:std
18 class recursive_init: public std::exception {
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptions.java9 package com.vladium.util.exception;
H A DIThrowableWrapper.java9 package com.vladium.util.exception;
18 * Any exception that wraps around another exception and wishes to be fully
39 * Every exception hierarchy implementing this interface must ensure that
48 * Every exception hierarchy implementing this interface must ensure that
/external/guava/guava/src/com/google/common/eventbus/
H A DSubscriberExceptionHandler.java27 void handleException(Throwable exception, SubscriberExceptionContext context); argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationRoot.java30 private static final RuntimeException exception; field in class:CollationRoot
33 if(exception != null) {
34 throw exception;
55 // Otherwise we would set a non-null root object if the data reader throws an exception.
65 exception = e2;
/external/junit/src/main/java/org/junit/runner/
H A DFilterFactory.java20 public FilterNotCreatedException(Exception exception) { argument
21 super(exception.getMessage(), exception);
/external/vogar/src/vogar/target/
H A DAndroidLog.java40 @Override public void info(String s, Throwable exception) { argument
41 Log.i(tag, s, exception);
/external/ImageMagick/MagickCore/
H A Dstatic.c45 #include "MagickCore/exception-private.h"
83 % o exception: return any errors or warnings in this structure.
88 Image **image,const int argc,const char **argv,ExceptionInfo *exception)
101 (void) ThrowMagickException(exception,GetMagickModule(),PolicyError,
109 (void) exception;
122 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
132 signature=image_filter(image,argc,argv,exception);
138 (void) ThrowMagickException(exception,GetMagickModule(),ModuleError,
85 InvokeStaticImageFilter(const char *tag, Image **image,const int argc,const char **argv,ExceptionInfo *exception) argument
/external/ImageMagick/MagickWand/
H A Dmagick-wand-private.h31 (void) ThrowMagickException(wand->exception,GetMagickModule(),severity, \
64 *exception; member in struct:_MagickWand
/external/ImageMagick/coders/
H A Dart.c52 #include "MagickCore/exception.h"
53 #include "MagickCore/exception-private.h"
92 % ExceptionInfo *exception)
98 % o exception: return any errors or warnings in this structure. argument
101 static Image *ReadARTImage(const ImageInfo *image_info,ExceptionInfo *exception)
130 assert(exception != (ExceptionInfo *) NULL);
131 assert(exception->signature == MagickCoreSignature);
132 image=AcquireImage(image_info,exception);
133 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
152 status=SetImageExtent(image,image->columns,image->rows,exception);
278 WriteARTImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dcip.c50 #include "MagickCore/exception.h"
51 #include "MagickCore/exception-private.h"
154 % Image *image,ExceptionInfo *exception)
162 % o exception: return any errors or warnings in this structure.
166 ExceptionInfo *exception)
199 assert(exception != (ExceptionInfo *) NULL);
200 assert(exception->signature == MagickCoreSignature);
201 status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception);
205 value=GetImageProperty(image,"label",exception);
233 (void) TransformImageColorspace(image,sRGBColorspace,exception);
160 WriteCIPImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dclip.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
84 % ExceptionInfo *exception)
90 % o exception: return any errors or warnings in this structure. argument
94 ExceptionInfo *exception)
110 assert(exception != (ExceptionInfo *) NULL);
111 assert(exception->signature == MagickCoreSignature);
115 image=ReadImage(read_info,exception);
122 (void) ClipImage(image,exception);
123 clip_image=GetImageMask(image,ReadPixelMask,exception);
216 WriteCLIPImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Ddot.c48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
91 % Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception)
97 % o exception: return any errors or warnings in this structure.
100 static Image *ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception)
128 assert(exception != (ExceptionInfo *) NULL);
129 assert(exception->signature == MagickCoreSignature);
131 image=AcquireImage(image_info,exception);
132 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
162 image=ReadImage(read_info,exception);
98 ReadDOTImage(const ImageInfo *image_info,ExceptionInfo *exception) argument
[all...]
H A Dgradient.c53 #include "MagickCore/exception.h"
54 #include "MagickCore/exception-private.h"
88 % ExceptionInfo *exception)
94 % o exception: return any errors or warnings in this structure.
98 ExceptionInfo *exception)
124 assert(exception != (ExceptionInfo *) NULL);
125 assert(exception->signature == MagickCoreSignature);
132 image=ReadImage(read_info,exception);
136 (void) SetImageAlpha(image,(Quantum) TransparentAlpha,exception);
150 status=QueryColorCompliance(colorname,AllCompliance,&stops[0].color,exception);
95 ReadGRADIENTImage(const ImageInfo *image_info, ExceptionInfo *exception) argument
[all...]

Completed in 429 milliseconds

1234567891011>>