Packages

c

scalafix.internal.util.Failure

TokenPatchMergeError

case class TokenPatchMergeError(a: v0.Patch, b: v0.Patch) extends Failure with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Failure, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TokenPatchMergeError
  2. Serializable
  3. Product
  4. Equals
  5. Failure
  6. Exception
  7. Throwable
  8. Serializable
  9. AnyRef
  10. Any
Implicitly
  1. by RichException
  2. by XtensionScalafixProductInspect
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TokenPatchMergeError(a: v0.Patch, b: v0.Patch)

Value Members

  1. val a: v0.Patch
  2. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  3. val b: v0.Patch
  4. val ex: Throwable
    Definition Classes
    Failure
  5. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  6. def getCause(): Throwable
    Definition Classes
    Failure → Throwable
  7. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  8. def getMessage(): String
    Definition Classes
    Throwable
  9. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  10. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  11. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  12. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  13. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  14. def printStackTrace(): Unit
    Definition Classes
    Throwable
  15. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  16. def structure: String
    Implicit
    This member is added by an implicit conversion from TokenPatchMergeError to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  17. def structureLabeled(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from TokenPatchMergeError to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  18. def structureLabeled: String
    Implicit
    This member is added by an implicit conversion from TokenPatchMergeError to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  19. def structureWidth(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from TokenPatchMergeError to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
  20. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any

Deprecated Value Members

  1. def getStackTraceString: String
    Implicit
    This member is added by an implicit conversion from TokenPatchMergeError to RichException performed by method RichException in scala.Predef.
    Definition Classes
    RichException
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) use Throwable#getStackTrace

  2. def structure(printWidth: Int): String
    Implicit
    This member is added by an implicit conversion from TokenPatchMergeError to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
    Definition Classes
    XtensionScalafixProductInspect
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.7) use structureWidth instead