HomeSort by relevance Sort by last modified time
    Searched refs:EmitterException (Results 1 - 2 of 2) sorted by null

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
EmitterException.java 20 public class EmitterException extends YAMLException {
23 public EmitterException(String msg) {
Emitter.java 284 throw new EmitterException("expected StreamStartEvent, but got " + event);
291 throw new EmitterException("expecting nothing, but got " + event);
353 throw new EmitterException("expected DocumentStartEvent, but got " + event);
369 throw new EmitterException("expected DocumentEndEvent, but got " + event);
410 throw new EmitterException("expected NodeEvent, but got " + event);
416 throw new EmitterException("anchor is not specified for alias");
753 throw new EmitterException("tag is not specified");
826 throw new EmitterException("unsupported YAML version: " + version);
835 throw new EmitterException("tag handle must not be empty");
837 throw new EmitterException("tag handle must start and end with '!': " + handle)
    [all...]

Completed in 72 milliseconds