Oracle© Communications Services Gatekeeper Actions Java API Reference
E96579-01
7.0
-
- All Implemented Interfaces:
- Serializable
public class SyntaxValidationError
extends ValidationError
Syntax validation error information. Can be used for WADL, WSDL, and Groovy scripts to report
details on a syntax error.
- See Also:
for usage.
,
Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description |
SyntaxValidationError(String pMessage,
int pStartLine,
int pStartColumn,
int pEndLine,
int pEndColumn)
Constructor.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SyntaxValidationError
public SyntaxValidationError(String pMessage,
int pStartLine,
int pStartColumn,
int pEndLine,
int pEndColumn)
Constructor.
- Parameters:
pMessage
- message
pStartLine
- the line which the error started on
pStartColumn
- the column which the error started on
pEndLine
- the line which the error ended on
pEndColumn
- the column which the error ended on
Oracle© Communications Services Gatekeeper Actions Java API Reference
E96579-01
7.0
Copyright © 2014, 2018, Oracle and/or its affiliates. All rights reserved.