|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tiles.util.TilesIOException
public class TilesIOException
This exception mimics the IOException class that is present in Java 6
but not in Java 5. It contains the same number of constructors.
| 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 |
|---|
public TilesIOException()
public TilesIOException(String message)
message - Message of the exception.public TilesIOException(Throwable cause)
cause - The cause of the exception.
public TilesIOException(String message,
Throwable cause)
message - Message of the exception.cause - The cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||