Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.xmlparser
Class XmlMissingTagException

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.XmlMissingTagException
All Implemented Interfaces:
java.io.Serializable

public class XmlMissingTagException
extends XmlTagException

An exception which is thrown when a tag does not have a required child tag. This exception can be thrown when a tag is required and is missing, or has a ONE_OR_MORE and is missing.

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.