play.sbt.routes

RoutesCompilationException

case class RoutesCompilationException(source: File, message: String, atLine: Option[Int], column: Option[Int]) extends ExceptionSource with FeedbackProvidedException with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RoutesCompilationException
  2. Serializable
  3. Product
  4. Equals
  5. FeedbackProvidedException
  6. UnprintableException
  7. ExceptionSource
  8. PlayException
  9. UsefulException
  10. RuntimeException
  11. Exception
  12. Throwable
  13. Serializable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RoutesCompilationException(source: File, message: String, atLine: Option[Int], column: Option[Int])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def addSuppressed(arg0: Throwable): Unit

    Definition Classes
    Throwable
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val atLine: Option[Int]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val column: Option[Int]

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def fillInStackTrace(): Throwable

    Definition Classes
    Throwable
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCause(): Throwable

    Definition Classes
    Throwable
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getLocalizedMessage(): String

    Definition Classes
    Throwable
  17. def getMessage(): String

    Definition Classes
    Throwable
  18. def getStackTrace(): Array[StackTraceElement]

    Definition Classes
    Throwable
  19. final def getSuppressed(): Array[Throwable]

    Definition Classes
    Throwable
  20. def initCause(arg0: Throwable): Throwable

    Definition Classes
    Throwable
  21. def input(): String

    Definition Classes
    RoutesCompilationException → ExceptionSource
  22. def interestingLines(arg0: Int): InterestingLines

    Definition Classes
    ExceptionSource
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def line(): Integer

    Definition Classes
    RoutesCompilationException → ExceptionSource
  25. val message: String

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def position(): Integer

    Definition Classes
    RoutesCompilationException → ExceptionSource
  30. def printStackTrace(arg0: PrintWriter): Unit

    Definition Classes
    Throwable
  31. def printStackTrace(arg0: PrintStream): Unit

    Definition Classes
    Throwable
  32. def printStackTrace(): Unit

    Definition Classes
    Throwable
  33. def setStackTrace(arg0: Array[StackTraceElement]): Unit

    Definition Classes
    Throwable
  34. val source: File

  35. def sourceName(): String

    Definition Classes
    RoutesCompilationException → ExceptionSource
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    ExceptionSource → UsefulException → Throwable → AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from FeedbackProvidedException

Inherited from UnprintableException

Inherited from ExceptionSource

Inherited from PlayException

Inherited from UsefulException

Inherited from RuntimeException

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped