public final class ConstraintError extends ZserioError
Constructor and Description |
---|
ConstraintError()
Constructs an empty constraint error object.
|
ConstraintError(java.lang.String msg)
Constructs a new constraint error with the given message.
|
ConstraintError(java.lang.String msg,
java.lang.Throwable throwable)
Constructs a new constraint error with the given message and throwable object.
|
ConstraintError(java.lang.Throwable throwable)
Construct a new data constraint with the given throwable object.
|
public ConstraintError()
public ConstraintError(java.lang.String msg)
msg
- Error message to create from.public ConstraintError(java.lang.String msg, java.lang.Throwable throwable)
msg
- Error message to create from.throwable
- Throwable object to create from.public ConstraintError(java.lang.Throwable throwable)
throwable
- Throwable object to create from.Last updated 2024-12-05 10:34:50