- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getTargName (0.85 seconds)
-
src/test/java/org/codelibs/core/exception/NullArgumentExceptionTest.java
// ## Arrange ## Locale.setDefault(Locale.JAPANESE); final NullArgumentException nullArgumentException = new NullArgumentException("hoge"); assertThat(nullArgumentException.getArgName(), is("hoge")); assertThat(nullArgumentException.getMessage(), is("[ECL0008]argument[hoge] is null.")); } /** * @throws Exception */ @TestCreated: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/core/exception/ClIllegalArgumentException.java
this.messageCode = messageCode; this.args = args; } /** * Returns the name of the argument. * * @return Name of the argument */ public String getArgName() { return argName; } /** * Returns the message code. * * @return Message code */ public String getMessageCode() { return messageCode; }Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 2.6K bytes - Click Count (0) -
compat/maven-embedder/src/test/java/org/apache/maven/cli/CLIManagerDocumentationTest.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 4.1K bytes - Click Count (0)