public class ArgumentError extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArgumentError.ArgumentTypeError |
static class |
ArgumentError.ArityError |
| Constructor and Description |
|---|
ArgumentError() |
| Modifier and Type | Method and Description |
|---|---|
static ArgumentError.ArgumentTypeError |
createArgumentTypeError(String expectedType,
String actualType) |
static ArgumentError |
createArityError() |
public static ArgumentError createArityError()
public static ArgumentError.ArgumentTypeError createArgumentTypeError(String expectedType, String actualType)
Copyright © 2016–2023. All rights reserved.