Searched defs:cause (Results 1 - 25 of 414) sorted by path

1234567891011>>

/external/ant-glob/src/org/apache/tools/ant/
H A DBuildException.java46 * a root cause.
49 * Should not be <code>null</code> unless a cause is specified.
50 * @param cause The exception that might have caused this one.
53 public BuildException(String message, Throwable cause) { argument
55 initCause(cause);
59 * Constructs an exception with the given exception as a root cause.
61 * @param cause The exception that might have caused this one.
64 public BuildException(Throwable cause) { argument
65 super(cause);
/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.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DConvergenceException.java66 * Create an exception with a given root cause.
67 * @param cause the exception or error that caused this exception to be thrown
69 public ConvergenceException(Throwable cause) { argument
70 super(cause);
74 * Constructs an exception with specified formatted detail message and root cause.
76 * @param cause the exception or error that caused this exception to be thrown
83 public ConvergenceException(Throwable cause, String pattern, Object ... arguments) { argument
84 this(cause, new DummyLocalizable(pattern), arguments);
88 * Constructs an exception with specified formatted detail message and root cause.
90 * @param cause th
95 ConvergenceException(Throwable cause, Localizable pattern, Object ... arguments) argument
[all...]
H A DFunctionEvaluationException.java118 * Constructs an exception with specified root cause.
120 * @param cause the exception or error that caused this exception to be thrown
124 public FunctionEvaluationException(Throwable cause, double argument) { argument
125 super(cause);
130 * Constructs an exception with specified root cause.
132 * @param cause the exception or error that caused this exception to be thrown
136 public FunctionEvaluationException(Throwable cause, double[] argument) { argument
137 super(cause);
142 * Constructs an exception with specified formatted detail message and root cause.
144 * @param cause th
150 FunctionEvaluationException(Throwable cause, double argument, String pattern, Object ... arguments) argument
165 FunctionEvaluationException(Throwable cause, double argument, Localizable pattern, Object ... arguments) argument
181 FunctionEvaluationException(Throwable cause, double[] argument, String pattern, Object ... arguments) argument
196 FunctionEvaluationException(Throwable cause, double[] argument, Localizable pattern, Object ... arguments) argument
[all...]
H A DMathConfigurationException.java63 * Create an exception with a given root cause.
64 * @param cause the exception or error that caused this exception to be thrown
66 public MathConfigurationException(Throwable cause) { argument
67 super(cause);
71 * Constructs an exception with specified formatted detail message and root cause.
73 * @param cause the exception or error that caused this exception to be thrown
78 public MathConfigurationException(Throwable cause, String pattern, Object ... arguments) { argument
79 this(cause, new DummyLocalizable(pattern), arguments);
83 * Constructs an exception with specified formatted detail message and root cause.
85 * @param cause th
90 MathConfigurationException(Throwable cause, Localizable pattern, Object ... arguments) argument
[all...]
H A DMathRuntimeException.java83 * nested <code>Throwable</code> root cause.
96 * formatted detail message and nested <code>Throwable</code> root cause.
112 * formatted detail message and nested <code>Throwable</code> root cause.
355 * <code>Throwable</code> root cause.
358 * <code>IOException</code> with a cause parameter was introduced only
416 * <code>Throwable</code> root cause.
689 * @param cause underlying cause
692 public static RuntimeException createInternalError(final Throwable cause) { argument
696 return new RuntimeException(cause) {
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathIllegalStateException.java54 * @param general Message pattern explaining the cause of the error.
65 * @param cause root cause
68 * @param general Message pattern explaining the cause of the error.
71 public MathIllegalStateException(Throwable cause, argument
75 super(cause);
82 * @param general Message pattern explaining the cause of the error.
92 * @param cause root cause
93 * @param general Message pattern explaining the cause o
96 MathIllegalStateException(Throwable cause, Localizable general, Object ... args) argument
[all...]
H A DMathInternalError.java44 * @param cause root cause
46 public MathInternalError(final Throwable cause) { argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DInvalidMatrixException.java59 * @param cause the exception or error that caused this exception
63 public InvalidMatrixException(final Throwable cause) { argument
64 super(cause);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DDerivativeException.java55 /** Build an instance from an underlying cause.
56 * @param cause cause for the exception
58 public DerivativeException(final Throwable cause) { argument
59 super(cause);
H A DIntegratorException.java57 * Create an exception with a given root cause.
58 * @param cause the exception or error that caused this exception to be thrown
60 public IntegratorException(final Throwable cause) { argument
61 super(cause);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DEventException.java56 * Create an exception with a given root cause.
57 * @param cause the exception or error that caused this exception to be thrown
59 public EventException(final Throwable cause) { argument
60 super(cause);
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
H A DOptimizationException.java61 * Create an exception with a given root cause.
62 * @param cause the exception or error that caused this exception to be thrown
64 public OptimizationException(Throwable cause) { argument
65 super(cause);
/external/apache-http/src/org/apache/commons/logging/
H A DLogConfigurationException.java60 * Construct a new exception with the specified cause and a derived
63 * @param cause The underlying cause
65 public LogConfigurationException(Throwable cause) { argument
67 this((cause == null) ? null : cause.toString(), cause);
73 * Construct a new exception with the specified detail message and cause.
76 * @param cause The underlying cause
78 LogConfigurationException(String message, Throwable cause) argument
89 protected Throwable cause = null; field in class:LogConfigurationException
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpException.java69 * Creates a new HttpException with the specified detail message and cause.
72 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
73 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
75 public HttpException(final String message, final Throwable cause) { argument
77 ExceptionUtils.initCause(this, cause);
H A DMethodNotSupportedException.java63 * Creates a new MethodNotSupportedException with the specified detail message and cause.
66 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
67 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
69 public MethodNotSupportedException(final String message, final Throwable cause) { argument
70 super(message, cause);
H A DProtocolException.java68 * Creates a new ProtocolException with the specified detail message and cause.
71 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
72 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
74 public ProtocolException(String message, Throwable cause) { argument
75 super(message, cause);
/external/apache-http/src/org/apache/http/auth/
H A DAuthenticationException.java68 * Creates a new AuthenticationException with the specified detail message and cause.
71 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
72 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
74 public AuthenticationException(String message, Throwable cause) { argument
75 super(message, cause);
H A DInvalidCredentialsException.java67 * Creates a new InvalidCredentialsException with the specified detail message and cause.
70 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
71 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
73 public InvalidCredentialsException(String message, Throwable cause) { argument
74 super(message, cause);
H A DMalformedChallengeException.java69 * Creates a new MalformedChallengeException with the specified detail message and cause.
72 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
73 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
75 public MalformedChallengeException(String message, Throwable cause) { argument
76 super(message, cause);
/external/apache-http/src/org/apache/http/client/
H A DCircularRedirectException.java66 * Creates a new CircularRedirectException with the specified detail message and cause.
69 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
70 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
72 public CircularRedirectException(String message, Throwable cause) { argument
73 super(message, cause);
H A DClientProtocolException.java55 public ClientProtocolException(Throwable cause) { argument
56 initCause(cause);
59 public ClientProtocolException(String message, Throwable cause) { argument
61 initCause(cause);
H A DRedirectException.java68 * Creates a new RedirectException with the specified detail message and cause.
71 * @param cause the <tt>Throwable</tt> that caused this exception, or <tt>null</tt>
72 * if the cause is unavailable, unknown, or not a <tt>Throwable</tt>
74 public RedirectException(String message, Throwable cause) { argument
75 super(message, cause);
/external/apache-http/src/org/apache/http/conn/
H A DHttpHostConnectException.java52 public HttpHostConnectException(final HttpHost host, final ConnectException cause) { argument
55 initCause(cause);

Completed in 398 milliseconds

1234567891011>>