|
||||||||||
| 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.lang.RuntimeException
org.apache.tiles.TilesException
org.apache.tiles.access.TilesAccessException
public class TilesAccessException
Indicates that something went wrong in TilesAccess use.
| Constructor Summary | |
|---|---|
TilesAccessException()
Constructor. |
|
TilesAccessException(Exception e)
Constructor. |
|
TilesAccessException(String message)
Constructor. |
|
TilesAccessException(String message,
Exception e)
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 TilesAccessException()
public TilesAccessException(String message)
message - The detail message.public TilesAccessException(Exception e)
e - The exception to be wrapped.
public TilesAccessException(String message,
Exception e)
message - The detail message.e - The exception to be wrapped.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||