|
|||||||||
| 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
org.apache.tiles.preparer.NoSuchPreparerException
public class NoSuchPreparerException
Thrown when the named preparerInstance can not be found.
| Constructor Summary | |
|---|---|
NoSuchPreparerException(java.lang.String message)
Constructor. |
|
NoSuchPreparerException(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 NoSuchPreparerException(java.lang.String message)
message - The message to include.
public NoSuchPreparerException(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 | ||||||||