Packages

c

amf.plugins.domain.webapi.resolution

CustomParserErrorHandler

case class CustomParserErrorHandler() extends DefaultParserErrorHandler with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, DefaultParserErrorHandler, AmfParserErrorHandler, ParserErrorHandler, ParseErrorHandler, IllegalTypeHandler, ErrorCollector, AmfResultErrorHandler, ErrorHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomParserErrorHandler
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DefaultParserErrorHandler
  7. AmfParserErrorHandler
  8. ParserErrorHandler
  9. ParseErrorHandler
  10. IllegalTypeHandler
  11. ErrorCollector
  12. AmfResultErrorHandler
  13. ErrorHandler
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomParserErrorHandler()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def getErrors: List[AMFValidationResult]
    Definition Classes
    ErrorCollector
  10. def guiKey(message: String, location: Option[String], lexical: Option[LexicalInformation]): String
    Definition Classes
    ErrorHandler
  11. def handle(loc: SourceLocation, e: SyamlException): Unit
    Definition Classes
    CustomParserErrorHandler → ParserErrorHandler → ParseErrorHandler
  12. def handle[T](error: YError, defaultValue: T): T
    Definition Classes
    CustomParserErrorHandler → ParserErrorHandler → IllegalTypeHandler
  13. final def handle(node: YPart, e: SyamlException): Unit
    Definition Classes
    ParserErrorHandler
  14. def handlerAmfResult(result: AMFValidationResult): Boolean
    Definition Classes
    DefaultParserErrorHandler → ErrorCollector → AmfResultErrorHandler
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def part(error: YError): YPart
    Attributes
    protected
    Definition Classes
    ParserErrorHandler
  20. def reportConstraint(id: String, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], level: String, location: Option[String]): Unit
    Definition Classes
    AmfResultErrorHandler → ErrorHandler
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def violation(specification: ValidationSpecification, node: String, message: String): Unit
    Definition Classes
    ErrorHandler
  23. def violation(specification: ValidationSpecification, node: String, message: String, loc: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  24. def violation(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  25. def violation(spec: ValidationSpecification, n: String, prop: Option[String], msg: String, l: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  26. def violation(spec: ValidationSpecification, node: String, prop: Option[String], msg: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  27. def violation(specification: ValidationSpecification, node: String, message: String, location: String): Unit
    Definition Classes
    ErrorHandler
  28. def violation(specification: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler
  29. def violation(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  30. def violation(specification: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    ErrorHandler
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def warning(id: ValidationSpecification, node: String, property: Option[String], message: String, lexical: Option[LexicalInformation], location: Option[String]): Unit
    Definition Classes
    CustomParserErrorHandler → ErrorHandler
  35. def warning(specification: ValidationSpecification, node: String, message: String, annotations: Annotations): Unit
    Definition Classes
    ErrorHandler
  36. def warning(specification: ValidationSpecification, node: String, message: String, location: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  37. def warning(specification: ValidationSpecification, node: String, message: String, ast: YPart): Unit
    Definition Classes
    ErrorHandler
  38. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, part: YPart): Unit
    Definition Classes
    ErrorHandler
  39. def warning(specification: ValidationSpecification, node: String, property: Option[String], message: String, location: SourceLocation): Unit
    Definition Classes
    ErrorHandler
  40. def warning(spec: ValidationSpecification, element: AmfObject, target: Option[String], message: String): Unit
    Definition Classes
    ErrorHandler

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DefaultParserErrorHandler

Inherited from AmfParserErrorHandler

Inherited from ParserErrorHandler

Inherited from ParseErrorHandler

Inherited from IllegalTypeHandler

Inherited from ErrorCollector

Inherited from AmfResultErrorHandler

Inherited from ErrorHandler

Inherited from AnyRef

Inherited from Any

Ungrouped