All Packages Class Hierarchy This Package Previous Next Index
Class vnet.markup.IllegalChildMarkupException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----vnet.markup.IllegalChildMarkupException
- public class IllegalChildMarkupException
- extends Exception
A IllegalChildMarkupException is thrown if a MarkupNode is added to an
"empty" Element.
Note: vnet.markup classes are not thread safe. Locking
must be performed by the application.
-
IllegalChildMarkupException()
- Constructs a new IllegalChildMarkupException.
-
IllegalChildMarkupException(String)
- Constructs a new IllegalChildMarkupException with the given message.
IllegalChildMarkupException
public IllegalChildMarkupException()
- Constructs a new IllegalChildMarkupException.
IllegalChildMarkupException
public IllegalChildMarkupException(String mgs)
- Constructs a new IllegalChildMarkupException with the given message.
- Parameters:
- msg - a description of the exception.
All Packages Class Hierarchy This Package Previous Next Index