public class TilesIOException extends IOException
IOException class that is present in Java 6
but not in Java 5. It contains the same number of constructors.| Constructor and Description |
|---|
TilesIOException()
Default constructor.
|
TilesIOException(String message)
Constructor.
|
TilesIOException(String message,
Throwable cause)
Constructor.
|
TilesIOException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TilesIOException()
public TilesIOException(String message)
message - Message of the exception.public TilesIOException(Throwable cause)
cause - The cause of the exception.Copyright © 2025. All rights reserved.