|
||||||||||
| 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.preparer.PreparerException
public class PreparerException
Thrown when an exception occurs while processing a prepare request.
| Constructor Summary | |
|---|---|
PreparerException()
Constructor. |
|
PreparerException(Exception e)
Constructor. |
|
PreparerException(String message)
Constructor. |
|
PreparerException(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 PreparerException()
public PreparerException(Exception e)
e - The cause exception.public PreparerException(String message)
message - The message to include.
public PreparerException(String message,
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 | |||||||||