Exceptions

object Exceptions
class Object
trait Matchable
class Any

Type members

Classlikes

final
class ClassfileFormatException(msg: String, cause: Throwable | Null) extends UnpickleFormatException
abstract
class InvalidProgramStructureException(msg: String, cause: Throwable | Null) extends Exception
final
class MemberNotFoundException(val prefix: Symbol | Type, val name: Name, msg: String) extends InvalidProgramStructureException
final
class Scala2PickleFormatException(msg: String, cause: Throwable | Null) extends UnpickleFormatException
final
class TastyFormatException(msg: String, cause: Throwable | Null) extends UnpickleFormatException
sealed abstract
class UnpickleFormatException(msg: String, cause: Throwable | Null) extends Exception