RpcStackTraceElement

mill.rpc.RpcStackTraceElement
See theRpcStackTraceElement companion object
case class RpcStackTraceElement(classLoaderName: String, moduleName: String, moduleVersion: String, declaringClass: String, methodName: String, fileName: String, lineNumber: Int)

Attributes

Companion
object
Source
RpcThrowable.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toStackTraceElement: StackTraceElement

Attributes

Source
RpcThrowable.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product