case class InvalidClassManager(extName: String) extends Cause with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvalidClassManager
- Serializable
- Serializable
- Product
- Equals
- Cause
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InvalidClassManager(extName: String)
Value Members
- val extName: String
-
def
message: String
- Definition Classes
- InvalidClassManager → Cause