You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add browserstack-local-java to your class path
Add import com.browserstack.local.LocalException; to you Java file
browserstack local arguments
Platform details
browserstack-local-java version: 1.0.6
java version: 1.11
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.
The text was updated successfully, but these errors were encountered:
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
import com.browserstack.local.LocalException;
to you Java filebrowserstack local arguments
Platform details
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.The text was updated successfully, but these errors were encountered: