Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.xmlparser
Class XmlTooManyTagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hyperic.util.xmlparser.XmlParseException
              extended by org.hyperic.util.xmlparser.XmlTagException
                  extended by org.hyperic.util.xmlparser.XmlTooManyTagException
All Implemented Interfaces:
java.io.Serializable

public class XmlTooManyTagException
extends XmlTagException

This exception is thrown if a subtag is found too many times within a tag. It can be thrown if an unknown subtag was found, or if the requirement of the subtag was exceeded.

See Also:
Serialized Form

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
 


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.