Searched defs:specific (Results 1 - 17 of 17) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DConvergenceException.java14 * See the License for the specific language governing permissions and
40 * Construct the exception with a specific context.
42 * @param specific Specific contexte pattern.
44 public ConvergenceException(Localizable specific) { argument
45 this(specific,
50 * Construct the exception with a specific context and arguments.
52 * @param specific Specific contexte pattern.
55 public ConvergenceException(Localizable specific, argument
57 super(specific,
H A DNoDataException.java14 * See the License for the specific language governing permissions and
40 * Construct the exception with a specific context.
42 * @param specific Contextual information on what caused the exception.
44 public NoDataException(Localizable specific) { argument
45 super(specific, LocalizedFormats.NO_DATA, (Object[]) null);
H A DNotPositiveException.java14 * See the License for the specific language governing permissions and
41 * Construct the exception with a specific context.
43 * @param specific Specific context where the error occurred.
46 public NotPositiveException(Localizable specific, argument
48 super(specific, value, 0, true);
H A DNotStrictlyPositiveException.java14 * See the License for the specific language governing permissions and
41 * Construct the exception with a specific context.
43 * @param specific Specific context where the error occurred.
46 public NotStrictlyPositiveException(Localizable specific, argument
48 super(specific, value, 0, false);
H A DNullArgumentException.java14 * See the License for the specific language governing permissions and
44 * @param specific Message pattern providing the specific context of
47 public NullArgumentException(Localizable specific) { argument
48 super(specific, LocalizedFormats.NULL_NOT_ALLOWED);
H A DZeroException.java14 * See the License for the specific language governing permissions and
41 * Construct the exception with a specific context.
43 * @param specific Specific contexte pattern .
45 public ZeroException(Localizable specific) { argument
46 super(specific, LocalizedFormats.ZERO_NOT_ALLOWED, 0);
H A DMathIllegalNumberException.java14 * See the License for the specific language governing permissions and
41 * @param specific Localizable pattern.
46 protected MathIllegalNumberException(Localizable specific, argument
50 super(specific, general, wrong, arguments);
H A DMathUnsupportedOperationException.java14 * See the License for the specific language governing permissions and
41 * Pattern used to build the message (specific context).
43 private final Localizable specific; field in class:MathUnsupportedOperationException
56 * @param specific Message pattern providing the specific context of
60 public MathUnsupportedOperationException(Localizable specific, argument
62 this.specific = specific;
68 return specific;
90 specific,
[all...]
H A DNumberIsTooLargeException.java14 * See the License for the specific language governing permissions and
55 * Construct the exception with a specific context.
57 * @param specific Specific contexte pattern .
62 public NumberIsTooLargeException(Localizable specific, argument
66 super(specific,
H A DNumberIsTooSmallException.java14 * See the License for the specific language governing permissions and
56 * Construct the exception with a specific context.
58 * @param specific Specific contexte pattern .
63 public NumberIsTooSmallException(Localizable specific, argument
67 super(specific,
H A DMathIllegalArgumentException.java14 * See the License for the specific language governing permissions and
41 * Pattern used to build the message (specific context).
43 private final Localizable specific; field in class:MathIllegalArgumentException
54 * @param specific Message pattern providing the specific context of
59 protected MathIllegalArgumentException(Localizable specific, argument
62 this.specific = specific;
77 return specific;
98 return MessageFactory.buildMessage(locale, specific, genera
[all...]
H A DMathIllegalStateException.java14 * See the License for the specific language governing permissions and
38 * Pattern used to build the message (specific context).
40 private final Localizable specific; field in class:MathIllegalStateException
52 * @param specific Message pattern providing the specific context of
57 public MathIllegalStateException(Localizable specific, argument
60 this(null, specific, general, args);
66 * @param specific Message pattern providing the specific context of
72 Localizable specific,
71 MathIllegalStateException(Throwable cause, Localizable specific, Localizable general, Object ... args) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DMessageFactory.java14 * See the License for the specific language governing permissions and
49 * Builds a message string by from two patterns (specific and general) and
53 * @param specific Format specifier (may be null).
56 * <em>both</em> the {@code general} and {@code specific} format specifiers.
60 Localizable specific,
68 if (specific != null) {
72 final MessageFormat fmt = new MessageFormat(specific.getLocalizedString(locale), locale);
59 buildMessage(Locale locale, Localizable specific, Localizable general, Object ... arguments) argument
/external/libunwind/doc/
H A Dunw_getcontext.tex22 platform-specific, but, in general, at least all preserved
29 \section{Platform-specific Notes}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 108 milliseconds