public class WrongValueException extends RuntimeException
Constructor and Description |
---|
WrongValueException() |
WrongValueException(String reason) |
WrongValueException(String message,
Throwable cause) |
WrongValueException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
WrongValueException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static void |
raise(int actual,
boolean signed,
String format) |
static void |
raise(long actual,
boolean signed,
String format) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongValueException(String reason)
public WrongValueException(Throwable cause)
public WrongValueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public WrongValueException()
Copyright © 2005–2025 Onix Solutions. All rights reserved.