net.atinu.dvalidation.errors

IsNotGreaterThenError

class IsNotGreaterThenError extends AbstractDomainError

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IsNotGreaterThenError
  2. AbstractDomainError
  3. DomainError
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IsNotGreaterThenError(valueMin: Any, value: Any, isInclusive: Boolean, path: PathString = Path.SingleSlash)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def args: Seq[String]

    arguments of the error (e.g.

    arguments of the error (e.g. expected values)

    Definition Classes
    AbstractDomainErrorDomainError
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def copyWithPath(path: PathString): IsNotGreaterThenError

    create a new domain error with a new path, replacing old path information

    create a new domain error with a new path, replacing old path information

    Definition Classes
    IsNotGreaterThenErrorDomainError
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(value: Any): Boolean

    Definition Classes
    AbstractDomainError → AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AbstractDomainError → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def msgKey: String

    a string representation of the error type (e.g.

    a string representation of the error type (e.g. dvalidaton.errors.foo)

    Definition Classes
    AbstractDomainErrorDomainError
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def nest(path: PathString): DomainError

    create a new domain error with a path prepended to the existing path (e.g.

    create a new domain error with a path prepended to the existing path (e.g. starting with a path /e and an argument /a the result is /e/a)

    Definition Classes
    AbstractDomainErrorDomainError
  17. def nestAttribute(segment: Symbol): DomainError

    segment

    a path represented as symbol

    returns

    a domain error with a new path prepended with the name of the symbol

    Definition Classes
    AbstractDomainErrorDomainError
    See also

    nest

  18. def nestIndex(index: Int): DomainError

    index

    a path represented as int

    returns

    a domain error with a new path prepended with the index surrounded by [] (e.g from /a with 1 to /a/[1])

    Definition Classes
    AbstractDomainErrorDomainError
    See also

    nest

  19. final def notify(): Unit

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

    Definition Classes
    AnyRef
  21. def path: PathString

    a path to map an error to its location in a nested object

    a path to map an error to its location in a nested object

    Definition Classes
    AbstractDomainErrorDomainError
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AbstractDomainError → AnyRef → Any
  24. def value: Any

    reference value of the error

    reference value of the error

    Definition Classes
    AbstractDomainErrorDomainError
  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractDomainError

Inherited from DomainError

Inherited from AnyRef

Inherited from Any

Ungrouped