Uses of Interface
com.helger.commons.location.ILocation
-
Packages that use ILocation Package Description com.helger.commons.error com.helger.commons.location -
-
Uses of ILocation in com.helger.commons.error
Fields in com.helger.commons.error declared as ILocation Modifier and Type Field Description protected ILocationSingleError.AbstractBuilder. m_aErrorLocationMethods in com.helger.commons.error that return ILocation Modifier and Type Method Description default ILocationIError. getErrorLocation()ILocationSingleError. getErrorLocation()Methods in com.helger.commons.error with parameters of type ILocation Modifier and Type Method Description IMPLTYPESingleError.AbstractBuilder. errorLocation(ILocation aErrorLocation)Constructors in com.helger.commons.error with parameters of type ILocation Constructor Description SingleError(LocalDateTime aErrorDT, IErrorLevel aErrorLevel, String sErrorID, String sErrorFieldName, ILocation aErrorLocation, IHasErrorText aErrorText, Throwable aLinkedException)Constructor -
Uses of ILocation in com.helger.commons.location
Classes in com.helger.commons.location that implement ILocation Modifier and Type Class Description classSimpleLocationDefault implementation of theILocationinterface.
-