public interface Origin
File may have an origin made up of the file name along with line/column
 numbers.
 
 Implementations must provide sensible hashCode(), equals(...) and
 #toString() implementations.
OriginProvider| Modifier and Type | Method and Description | 
|---|---|
| static Origin | from(Object source)Find the  Originthat an object originated from. | 
static Origin from(Object source)
Origin that an object originated from. Checks if the source object
 is an OriginProvider and also searches exception stacks.source - the source object or nullOriginCopyright © 2020 Pivotal Software, Inc.. All rights reserved.