|
||||||||||
| 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
templates.model.InconsistentModificationException
public class InconsistentModificationException
Exception to be thrown when there is a modification to a template model which breaks the consistency of the model.
| Constructor Summary | |
|---|---|
InconsistentModificationException()
Calls super. |
|
InconsistentModificationException(java.lang.String arg0)
Calls super with the given arguments. |
|
InconsistentModificationException(java.lang.String arg0,
java.lang.Throwable arg1)
Calls super with the given arguments. |
|
InconsistentModificationException(java.lang.Throwable arg0)
Calls super with the given arguments. |
|
| 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 InconsistentModificationException()
super.
public InconsistentModificationException(java.lang.String arg0)
super with the given arguments.
arg0 - public InconsistentModificationException(java.lang.Throwable arg0)
super with the given arguments.
arg0 -
public InconsistentModificationException(java.lang.String arg0,
java.lang.Throwable arg1)
super with the given arguments.
arg0 - arg1 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||