Searched defs:exception (Results 1 - 25 of 285) sorted by path

1234567891011>>

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/exception/
H A DPlotRenderException.java17 package com.androidplot.exception;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... java.lang.String) throws java.lang.Exception private com.adobe.ac.ant.tasks ...
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3recognizersharedstate.h59 /** If set to ANTLR3_TRUE then the recognizer has an exception
68 pANTLR3_EXCEPTION exception; member in struct:ANTLR3_RECOGNIZER_SHARED_STATE_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3exception.c3 * otherwise handling ANTLR3 standard exception structures.
42 * Creates a new ANTLR3 exception structure
44 * \param[in] exception
52 * ANTLR3_FREE() when the exception is destroyed.
55 * Pointer to newly initialized exception structure, or an ANTLR3_ERR_xx defined value
58 * An exception is 'thrown' by a recognizer when input is seen that is not predicted by
62 * the list and the one currently installed is pointed to by the newly installed exception.
65 * After an exception is created, you may add a pointer to your own structure and a pointer
66 * to a function to free this structure when the exception is destroyed.
72 antlr3ExceptionNew(ANTLR3_UINT32 exception, voi argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSyntaxMessage.java41 public RecognitionException exception; field in class:GrammarSyntaxMessage
46 RecognitionException exception)
48 this(msgID,grammar,offendingToken,null,exception);
55 RecognitionException exception)
59 this.exception = exception;
43 GrammarSyntaxMessage(int msgID, Grammar grammar, Token offendingToken, RecognitionException exception) argument
51 GrammarSyntaxMessage(int msgID, Grammar grammar, Token offendingToken, Object arg, RecognitionException exception) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DConvergenceException.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.
50 * Construct the exception with a specific context and arguments.
H A DDimensionMismatchException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
36 * Construct an exception from the mismatched dimensions.
H A DMathIllegalArgumentException.java17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.ArgUtils;
22 import org.apache.commons.math.exception.util.MessageFactory;
23 import org.apache.commons.math.exception.util.Localizable;
H A DMathIllegalNumberException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
39 * Construct an exception.
55 * Construct an exception.
H A DMathIllegalStateException.java17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.ArgUtils;
22 import org.apache.commons.math.exception.util.MessageFactory;
23 import org.apache.commons.math.exception.util.Localizable;
H A DMathInternalError.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
H A DMathThrowable.java17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.Localizable;
H A DMathUnsupportedOperationException.java17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.ArgUtils;
22 import org.apache.commons.math.exception.util.MessageFactory;
23 import org.apache.commons.math.exception.util.Localizable;
24 import org.apache.commons.math.exception.util.LocalizedFormats;
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 DNonMonotonousSequenceException.java17 package org.apache.commons.math.exception;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
52 * Construct the exception.
67 * Construct 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 DNumberIsTooLargeException.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;
43 * Construct the exception.
55 * Construct the exception with a specific context.
H A DNumberIsTooSmallException.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;
43 * Construct the exception.
56 * Construct the exception with a specific context.
H A DOutOfRangeException.java17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
38 * Construct an exception from the mismatched dimensions.
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 DDummyLocalizable.java17 package org.apache.commons.math.exception.util;

Completed in 975 milliseconds

1234567891011>>