package exceptions
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class PositionExceptionImpl(file: Path, code: String, shortMessage: String, longMessage: String, pos: RangePosition, cause: Throwable) extends PositionException with Product with Serializable
- case class RangePosition(start: Int, startLine: Int, startCharacter: Int, end: Int, endLine: Int, endCharacter: Int) extends Product with Serializable
- case class ScalafmtException(message: String, cause: Throwable) extends Exception with NoStackTrace with Product with Serializable
- case class VersionMismatch(obtainedVersion: String, expectedVersion: String) extends Exception with Product with Serializable
Value Members
- object ReflectionException