public class TilesIOException
extends java.io.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(java.lang.String message)
Constructor.
|
TilesIOException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
TilesIOException(java.lang.Throwable cause)
Constructor.
|
public TilesIOException()
public TilesIOException(java.lang.String message)
message - Message of the exception.public TilesIOException(java.lang.Throwable cause)
cause - The cause of the exception.public TilesIOException(java.lang.String message,
java.lang.Throwable cause)
message - Message of the exception.cause - The cause of the exception.