NearLocation

case class NearLocation(location: ContextLocation) extends SpacTraceElement

Used when an error occurs in an underlying parser (e.g. javax or jackson) to indicate the location of the last successfully-parsed token. Happens for example when parsing invalid XML or JSON.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def render: String
def toStackTraceElement: StackTraceElement

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product