wt.rule.init
Class OldInitRuleContentHandler.NewRootElementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywt.util.WTRuntimeException
                  extended bywt.rule.init.OldInitRuleContentHandler.InvalidRootElementException
                      extended bywt.rule.init.OldInitRuleContentHandler.NewRootElementException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable
Enclosing class:
OldInitRuleContentHandler

public static class OldInitRuleContentHandler.NewRootElementException
extends OldInitRuleContentHandler.InvalidRootElementException

Exception used to indicate that the XML conforms to the "new" DTD rather than to the "old" DTD.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.util.WTRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
OldInitRuleContentHandler.NewRootElementException(String localName)
           
 
Methods inherited from class wt.util.WTRuntimeException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OldInitRuleContentHandler.NewRootElementException

public OldInitRuleContentHandler.NewRootElementException(String localName)