com.adventnet.utils.jmx
Class JmxXMLTranslator.TranslatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.utils.jmx.JmxXMLTranslator.TranslatorException
Enclosing class:
JmxXMLTranslator

public class JmxXMLTranslator.TranslatorException
extends java.lang.Exception

This Exception is thrown if any error occurs while parsing the xml.

See Also:
Serialized Form

Constructor Summary
JmxXMLTranslator.TranslatorException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JmxXMLTranslator.TranslatorException

public JmxXMLTranslator.TranslatorException(java.lang.String message)