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

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.tiles.TilesException
org.apache.tiles.preparer.PreparerException
public class PreparerException
Thrown when an exception occurs while processing a prepare request.
| Constructor Summary | |
|---|---|
PreparerException(java.lang.String message)
Constructor. |
|
PreparerException(java.lang.String message,
java.lang.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 PreparerException(java.lang.String message)
message - The message to include.
public PreparerException(java.lang.String message,
java.lang.Exception e)
message - The message to include.e - The cause exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||