| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
| Modifier and Type | Field and Description |
|---|---|
protected DSLMessage |
ParseException.message |
| Modifier and Type | Method and Description |
|---|---|
DSLMessage |
ParseException.getMessageCode() |
static DSLMessage |
DSLMessage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSLMessage[] |
DSLMessage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Tokens.raiseException(int position,
DSLMessage message,
Object... inserts)
Throw a new
CheckPointedParseException based on the current and
last successfully processed token position. |
| Constructor and Description |
|---|
CheckPointedParseException(String expressionString,
int textPosition,
int tokenPointer,
int checkpointPointer,
List<Token> tokens,
DSLMessage message,
Object... inserts)
Construct a new
CheckPointedParseException. |
ParseException(String expressionString,
int position,
DSLMessage message,
Object... inserts) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.