public class RulebookCompileException extends Exception
| Constructor and Description |
|---|
RulebookCompileException(String message) |
RulebookCompileException(String message,
Iterator<SyntaxError> it) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SyntaxError> |
iterator() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RulebookCompileException(String message)
public RulebookCompileException(String message, Iterator<SyntaxError> it)
public Iterator<SyntaxError> iterator()
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.