Class NoOpenStartTagException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • NoOpenStartTagException

        public NoOpenStartTagException​(java.lang.String message)
    • Method Detail

      • makeNoOpenStartTagException

        public static NoOpenStartTagException makeNoOpenStartTagException​(int nodeKind,
                                                                          java.lang.String name,
                                                                          int hostLanguage,
                                                                          boolean parentIsDocument,
                                                                          boolean isSerializing)