Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
SourceValidationException
public SourceValidationException(SourceObject object,
SourceValidationException.ErrorType errorType,
int start,
int end,
java.lang.String message)
Create a new SourceValidationException
- Parameters:
object
- The Source object containing the errorerrorType
- The type of errorstart
- The offset in the source to the start of the errorend
- The offset in the source to the end of the errormessage
- The details of the error
-
Method Detail
-
getStart
public int getStart()
- Returns:
- The offset in the source to the start of the error
-
getEnd
public int getEnd()
- Returns:
- The offset in the source to the end of the error
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.