This project has retired. For details please refer to its Attic page.
TilesIOException (Tiles 2 2.2.2 API)

org.apache.tiles.util
Class TilesIOException

Package class diagram package TilesIOException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.tiles.util.TilesIOException
All Implemented Interfaces:
Serializable

public class TilesIOException
extends IOException

This exception mimics the IOException class that is present in Java 6 but not in Java 5. It contains the same number of constructors.

Since:
2.0.6
Version:
$Rev: 619578 $ $Date: 2008-02-07 20:16:16 +0100 (gio, 07 feb 2008) $
See Also:
Serialized Form

Constructor Summary
TilesIOException()
          Default constructor.
TilesIOException(String message)
          Constructor.
TilesIOException(String message, Throwable cause)
          Constructor.
TilesIOException(Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TilesIOException

public TilesIOException()
Default constructor.

Since:
2.0.6

TilesIOException

public TilesIOException(String message)
Constructor.

Parameters:
message - Message of the exception.
Since:
2.0.6

TilesIOException

public TilesIOException(Throwable cause)
Constructor.

Parameters:
cause - The cause of the exception.
Since:
2.0.6

TilesIOException

public TilesIOException(String message,
                        Throwable cause)
Constructor.

Parameters:
message - Message of the exception.
cause - The cause of the exception.
Since:
2.0.6


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.