Class NoOpenStartTagException

All Implemented Interfaces:
Serializable

public class NoOpenStartTagException extends DynamicError
Exception indicating that an attribute or namespace node has been written when there is no open element to write it to
See Also:
  • Constructor Details

    • NoOpenStartTagException

      public NoOpenStartTagException(String message)
  • Method Details

    • makeNoOpenStartTagException

      public static NoOpenStartTagException makeNoOpenStartTagException(int nodeKind, String name, int hostLanguage, boolean parentIsDocument, boolean isSerializing)