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, toString
public TilesIOException()
public TilesIOException(String message)
message
- Message of the exception.public TilesIOException(Throwable cause)
cause
- The cause of the exception.Copyright © 2016. All rights reserved.