public class BadArgsException extends CodeException implements NameAware
CodeException.TweakingCodeExceptionI18nAware.I18nSourceDefaultStack, TweakStack| Constructor and Description |
|---|
BadArgsException(@NotNull String name,
boolean stack,
@NotNull CodeEnum code) |
BadArgsException(@NotNull String name,
boolean stack,
@NotNull CodeEnum code,
Object... args) |
BadArgsException(@NotNull String name,
boolean stack,
@NotNull String code) |
BadArgsException(@NotNull String name,
boolean stack,
@NotNull String code,
String message) |
BadArgsException(@NotNull String name,
boolean stack,
@NotNull String code,
String message,
Object... args) |
BadArgsException(@NotNull String name,
@NotNull CodeEnum code) |
BadArgsException(@NotNull String name,
@NotNull CodeEnum code,
Object... args) |
BadArgsException(@NotNull String name,
@NotNull String code) |
BadArgsException(@NotNull String name,
@NotNull String code,
String message) |
BadArgsException(@NotNull String name,
@NotNull String code,
String message,
Object... args) |
BadArgsException(@NotNull String name,
@NotNull Throwable cause,
@NotNull CodeEnum code) |
BadArgsException(@NotNull String name,
@NotNull Throwable cause,
@NotNull CodeEnum code,
Object... args) |
BadArgsException(@NotNull String name,
@NotNull Throwable cause,
@NotNull String code) |
BadArgsException(@NotNull String name,
@NotNull Throwable cause,
@NotNull String code,
String message) |
BadArgsException(@NotNull String name,
@NotNull Throwable cause,
@NotNull String code,
String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
applyLocale, getCode, getI18nArgs, getI18nCode, getI18nHint, getLocalizedMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetI18nArgsIf, getI18nArgsOr, getI18nCodeIf, getI18nCodeOr, getI18nHintIf, getI18nHintOr, toI18nString, toI18nString, toI18nString, toString, toString, toStringpublic BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull String code)
public BadArgsException(@NotNull
@NotNull String name,
boolean stack,
@NotNull
@NotNull String code)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull String code,
String message)
public BadArgsException(@NotNull
@NotNull String name,
boolean stack,
@NotNull
@NotNull String code,
String message)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull String code,
String message,
Object... args)
public BadArgsException(@NotNull
@NotNull String name,
boolean stack,
@NotNull
@NotNull String code,
String message,
Object... args)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull CodeEnum code)
public BadArgsException(@NotNull
@NotNull String name,
boolean stack,
@NotNull
@NotNull CodeEnum code)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull CodeEnum code,
Object... args)
public BadArgsException(@NotNull
@NotNull String name,
boolean stack,
@NotNull
@NotNull CodeEnum code,
Object... args)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull Throwable cause,
@NotNull
@NotNull String code)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull Throwable cause,
@NotNull
@NotNull String code,
String message)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull Throwable cause,
@NotNull
@NotNull String code,
String message,
Object... args)
public BadArgsException(@NotNull
@NotNull String name,
@NotNull
@NotNull Throwable cause,
@NotNull
@NotNull CodeEnum code)
Copyright © 2025. All rights reserved.