Skip to main content

SwitchTabResponse.NoSuchTab

Package: velox.api.layer1.messages.tab

Type: Class

Modifiers: public static final

Inheritance:

  • Extends: java.lang.Object
  • Implements: SwitchTabResponse

Enclosing Interface: SwitchTabResponse

Methods​

of​

public static SwitchTabResponse.NoSuchTab of()

match​

public <T, E extends Exception> T match(SwitchTabResponse.Visitor<T, E> visitor) throws E

Specified by: match in interface SwitchTabResponse

Throws:

  • E

toString​

public String toString()

Overrides: toString in class Object