scala.reflect.macros
Indicates an expected error during one of the reifyXXX methods in scala.reflect.macros.Reifiers. Such errors represent one of the standard ways for reification to go wrong, e.g. an attempt to create a TypeTag from a weak type.
reifyXXX
TypeTag
Returns string formatted according to given format string.
format
Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).
String.format
(Since version 2.11.0) Use Throwable#getStackTrace
Indicates an expected error during one of the
reifyXXX
methods in scala.reflect.macros.Reifiers. Such errors represent one of the standard ways for reification to go wrong, e.g. an attempt to create aTypeTag
from a weak type.