public class ParsingException
extends java.lang.Exception
Title: Structured Data Objects
Description: Defines an exception thrown during parsing DSL> text request.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INVALID_OPERATION_SYNTAX |
Constructor and Description |
---|
ParsingException(java.lang.String message) |
ParsingException(java.lang.String message,
Operation operation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
Operation |
getOperation() |
public ParsingException(java.lang.String message)
public ParsingException(java.lang.String message, Operation operation)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public Operation getOperation()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.