public class AddressValueException extends RuntimeException
These exceptions are thrown when constructing new address components.
They are not thrown when parsing strings to construct new address components, in which case AddressStringException
is used instead.
Constructor and Description |
---|
AddressValueException(AddressItem one,
AddressItem two) |
AddressValueException(AddressItem one,
AddressItem two,
int count) |
AddressValueException(AddressItem one,
String key) |
AddressValueException(BigInteger value) |
AddressValueException(long value) |
AddressValueException(String message) |
AddressValueException(String key,
long value) |
AddressValueException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AddressValueException(long value)
public AddressValueException(String key, long value)
public AddressValueException(BigInteger value)
public AddressValueException(AddressItem one, AddressItem two, int count)
public AddressValueException(AddressItem one, AddressItem two)
public AddressValueException(AddressItem one, String key)
public AddressValueException(String message)