org.eclipse.hyades.logging.events.exceptions
Class InvalidXMLAnyElementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.eclipse.hyades.logging.events.exceptions.InvalidXMLAnyElementException
All Implemented Interfaces:
java.io.Serializable

Deprecated. This class is deprecated as of 2004-05-17 Exception to inidicate a invalid XML any element

public class InvalidXMLAnyElementException
extends java.lang.Exception

Author:
Jason Cornpropst
See Also:
Serialized Form

Constructor Summary
InvalidXMLAnyElementException()
          Deprecated. Constructor for InvalidXMLAnyElementException.
InvalidXMLAnyElementException(java.lang.String s)
          Deprecated. Constructor for InvalidXMLAnyElementException.
 
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
 

Constructor Detail

InvalidXMLAnyElementException

public InvalidXMLAnyElementException()
Deprecated. 
Constructor for InvalidXMLAnyElementException.


InvalidXMLAnyElementException

public InvalidXMLAnyElementException(java.lang.String s)
Deprecated. 
Constructor for InvalidXMLAnyElementException.

Parameters:
s -