public class DirectiveParseException extends Exception
| Constructor and Description |
|---|
DirectiveParseException(String message) |
DirectiveParseException(String message,
Iterator<SyntaxError> errors) |
DirectiveParseException(String message,
Iterator<SyntaxError> errors,
Throwable cause) |
DirectiveParseException(String directiveName,
String errorMessage) |
DirectiveParseException(String directiveName,
String errorMessage,
Throwable e) |
DirectiveParseException(String message,
Throwable e) |
DirectiveParseException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SyntaxError> |
errors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DirectiveParseException(String message, Iterator<SyntaxError> errors)
public DirectiveParseException(String message, Iterator<SyntaxError> errors, Throwable cause)
public DirectiveParseException(Throwable e)
public DirectiveParseException(String message)
public Iterator<SyntaxError> errors()
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.