Packages

p

org.scalafmt.dynamic

exceptions

package exceptions

Ordering
  1. Alphabetic
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
  2. case class RangePosition(start: Int, startLine: Int, startCharacter: Int, end: Int, endLine: Int, endCharacter: Int) extends Product with Serializable
  3. case class ScalafmtException(message: String, cause: Throwable) extends Exception with NoStackTrace with Product with Serializable
  4. case class VersionMismatch(obtainedVersion: String, expectedVersion: String) extends Exception with Product with Serializable

Value Members

  1. object ReflectionException

Ungrouped