Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.4.0)
E81459-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 error 
errorType - The type of error 
start - The offset in the source to the start of the error 
end - The offset in the source to the end of the error 
message - 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.2.1.4.0)
E81459-01
 
Copyright © 1997, 2019, Oracle. All rights reserved.