Package

org.scalafmt.dynamic

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class PositionExceptionImpl(file: Path, code: String, shortMessage: String, longMessage: String, pos: RangePosition, cause: Throwable) extends PositionException with Product with Serializable

    Permalink
  2. case class RangePosition(start: Int, startLine: Int, startCharacter: Int, end: Int, endLine: Int, endCharacter: Int) extends Product with Serializable

    Permalink
  3. case class ScalafmtException(message: String, cause: Throwable) extends Exception with NoStackTrace with Product with Serializable

    Permalink
  4. case class VersionMismatch(obtainedVersion: String, expectedVersion: String) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object ReflectionException

    Permalink

Ungrouped