Packages

package unsafe

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class FileLoaderException extends Throwable
  2. case class FileNotFound(cause: Throwable) extends FileLoaderException with Product with Serializable
  3. class JvmPlatform extends Platform
  4. case class NetworkError(cause: Throwable) extends FileLoaderException with Product with Serializable
  5. class PathResolutionError extends Exception
  6. trait Platform extends AnyRef
  7. trait PlatformSecrets extends AnyRef
  8. case class SocketTimeout(cause: Throwable) extends FileLoaderException with Product with Serializable
  9. case class UnexpectedStatusCode(resource: String, code: Int) extends Exception with Product with Serializable
  10. class UnsupportedUrlScheme extends Exception

Value Members

  1. object File
  2. object JvmPlatform
  3. object Platform
  4. object PlatformBuilder
  5. object UnsupportedFileSystem extends FileSystem

    Unsupported file system.

Ungrouped