Skip to content

Make LocalException public class #67

@stevenmchaves

Description

@stevenmchaves

Expected Behavior

I was expected to have import com.browserstack.local.LocalException; available for an import so that I can have more specific Exception handling versus using Exception.

Actual Behavior

com.browserstack.local.LocalException has default access.
LocalException cannot be resolved to a type
code won't compile

Steps to Reproduce the Problem

  1. Add browserstack-local-java to your class path
  2. Add import com.browserstack.local.LocalException; to you Java file

browserstack local arguments

Platform details

  1. browserstack-local-java version: 1.0.6
  2. java version: 1.11
  3. os type and version: Windows 10

Details

I was expected to have import com.browserstack.local.LocalException; available for an import so that I can have more specific Exception handling versus using Exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions