- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 1,971 for Exceptions (0.14 sec)
-
src/test/java/org/codelibs/fess/dict/DictionaryExpiredExceptionTest.java
// Test that different instances are not equal DictionaryExpiredException exception1 = new DictionaryExpiredException(); DictionaryExpiredException exception2 = new DictionaryExpiredException(); assertNotSame(exception1, exception2); assertFalse(exception1.equals(exception2)); assertTrue(exception1.equals(exception1)); } public void test_hashCode() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/LdapOperationExceptionTest.java
LdapOperationException exception = new LdapOperationException("Test"); assertTrue(exception instanceof FessSystemException); assertTrue(exception instanceof RuntimeException); assertTrue(exception instanceof Exception); assertTrue(exception instanceof Throwable); } public void test_serialVersionUID() { // Test that exception is serializable
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/CommandExecutionExceptionTest.java
CommandExecutionException exception = new CommandExecutionException(message, cause); assertNotNull(exception); assertEquals(message, exception.getMessage()); assertEquals(cause, exception.getCause()); assertEquals("Invalid state", exception.getCause().getMessage()); assertTrue(exception instanceof FessSystemException); assertTrue(exception instanceof RuntimeException); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/FessSystemExceptionTest.java
TestFessSystemException exception = new TestFessSystemException(message, true, true); assertEquals(message, exception.getMessage()); assertNull(exception.getCause()); // Test that suppression is enabled RuntimeException suppressed = new RuntimeException("Suppressed exception"); exception.addSuppressed(suppressed); assertEquals(1, exception.getSuppressed().length);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.4K bytes - Viewed (0) -
CREDITS
Except as stated in this special exception, the provisions of LGPL3 will continue to comply in full to this Library. If you modify this Library, you may apply this exception to your version of this Library, but you are not obliged to do so. If you do not wish to do so, delete this exception statement from your version. This exception does not (and cannot) modify any
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Mar 13 05:29:51 UTC 2025 - 1.8M bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* Logging Agent Improvements * Bump logging agent version to 0.2-1.5.33-1-k8s-1. * Appropriately set log severity for k8s_container. * Fix detect exceptions plugin to analyze message field instead of log field. * Fix detect exceptions plugin to analyze streams based on local resource id. * Disable the metadata agent for monitored resource construction in logging.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* Logging Agent Improvements * Bump logging agent version to 0.2-1.5.33-1-k8s-1. * Appropriately set log severity for k8s_container. * Fix detect exceptions plugin to analyze message field instead of log field. * Fix detect exceptions plugin to analyze streams based on local resource id. * Disable the metadata agent for monitored resource construction in logging.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
* fluentd config for GKE clusters updated: detect exceptions in container log streams and forward them as one log entry. ([#39656](https://github.com/kubernetes/kubernetes/pull/39656), [@thomasschickinger](https://github.com/thomasschickinger))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
RELEASE.md
signature_def_key)` with `meta_graph_def.signature_def[signature_def_key]`. Catching a ValueError exception thrown by `tf.contrib.get_signature_def_by_key` should be replaced by catching a KeyError exception. * `tf.contrib.data` * Deprecate, and replace by tf.data.experimental. * Other: * Instead of jemalloc, revert back to using system malloc since it
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.12.md
* Logging Agent Improvements * Bump logging agent version to 0.2-1.5.33-1-k8s-1. * Appropriately set log severity for k8s_container. * Fix detect exceptions plugin to analyze message field instead of log field. * Fix detect exceptions plugin to analyze streams based on local resource id. * Disable the metadata agent for monitored resource construction in logging.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0)