Extension SDK 9.0.5

oracle.jdeveloper.jot
Interface JotError


public interface JotError

JotError represents a syntax, or semantic error present in a JotFile built from source.


Method Summary
 java.lang.String getErrorMessage()
           
 int getLength()
           
 int getOffset()
           
 

Method Detail

getOffset

public int getOffset()
Returns:
the offset where this error occurs.

getLength

public int getLength()
Returns:
the length of this error.

getErrorMessage

public java.lang.String getErrorMessage()
Returns:
the error message for this error.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.