Exceptions

tastyquery.Exceptions
object Exceptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Exceptions.type

Members list

Type members

Classlikes

final class ClassfileFormatException(msg: String, cause: Throwable | Null) extends UnpickleFormatException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class InvalidProgramStructureException(msg: String, cause: Throwable | Null) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final class MemberNotFoundException(val prefix: Symbol | Prefix, val name: Name, msg: String) extends InvalidProgramStructureException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final class Scala2PickleFormatException(msg: String, cause: Throwable | Null) extends UnpickleFormatException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final class TastyFormatException(msg: String, cause: Throwable | Null) extends UnpickleFormatException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final class UnknownClasspathEntry(entry: ClasspathEntry) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class UnpickleFormatException(msg: String, cause: Throwable | Null) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes