public class IllegalAddressException extends RuntimeException
Note that this is a runtime exception, as it is similar to the IndexOutOfBoundsException
| Constructor and Description |
|---|
IllegalAddressException()
Constructs a new IllegalAddressException.
|
IllegalAddressException(String message)
Constructs a new IllegalAddressException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalAddressException()
public IllegalAddressException(String message)
message - a message as String.Copyright © 2017. All rights reserved.