class DotClass

Adds standard functionality to a class. For now: Just the unsupported method.

Constructors

DotClass ( )

Members

[+] def unsupported ( methodName: String ) : Nothing

Throws an UnsupportedOperationException with the given method name.

Throws an UnsupportedOperationException with the given method name.