wt.rule.init
Class OldInitRuleContentHandler.InvalidRootElementException

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
All Implemented Interfaces:
LocalizableMessage, Message, Serializable
Direct Known Subclasses:
OldInitRuleContentHandler.NewRootElementException
Enclosing class:
OldInitRuleContentHandler

public static class OldInitRuleContentHandler.InvalidRootElementException
extends WTRuntimeException

Exception used to indicate that the XML does not conform 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.InvalidRootElementException(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.InvalidRootElementException

public OldInitRuleContentHandler.InvalidRootElementException(String localName)