templates.model
Class InconsistentModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by templates.model.InconsistentModificationException
All Implemented Interfaces:
java.io.Serializable

public class InconsistentModificationException
extends java.lang.RuntimeException

Exception to be thrown when there is a modification to a template model which breaks the consistency of the model.

Author:
Lenko Grigorov
See Also:
Serialized Form

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

InconsistentModificationException

public InconsistentModificationException()
Calls super.


InconsistentModificationException

public InconsistentModificationException(java.lang.String arg0)
Calls super with the given arguments.

Parameters:
arg0 -

InconsistentModificationException

public InconsistentModificationException(java.lang.Throwable arg0)
Calls super with the given arguments.

Parameters:
arg0 -

InconsistentModificationException

public InconsistentModificationException(java.lang.String arg0,
                                         java.lang.Throwable arg1)
Calls super with the given arguments.

Parameters:
arg0 -
arg1 -