class ErrorConfig extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ErrorConfig()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def doubleName: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def explainBreakChar: Option[String]
- def explainCharNonAscii: Option[(Int) => String]
- def explainCharNonBasicMultilingualPlane: Option[(Int) => String]
- def explainCharNonLatin1: Option[(Int) => String]
- def explainEscapeInvalid: Option[String]
- def explainEscapeNumericPostPrefix(prefix: Char, radix: Int): Option[String]
- def explainRealNoDoubleDroppedZero: String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def floatName: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labelCharAscii: Option[String]
- def labelCharAsciiEnd: Option[String]
- def labelCharBasicMultilingualPlane: Option[String]
- def labelCharBasicMultilingualPlaneEnd: Option[String]
- def labelCharLatin1: Option[String]
- def labelCharLatin1End: Option[String]
- def labelCharUtf16: Option[String]
- def labelCharUtf16End: Option[String]
- def labelEscapeEnd: Option[String]
- def labelEscapeNumeric(radix: Int): Option[String]
- def labelEscapeNumericEnd(radix: Int): Option[String]
- def labelEscapeSequence: Option[String]
- def labelGraphicCharacter: Option[String]
- def labelIntegerBinaryEnd: Option[String]
- def labelIntegerDecimalEnd: Option[String]
- def labelIntegerHexadecimalEnd: Option[String]
- def labelIntegerNumberEnd: Option[String]
- def labelIntegerOctalEnd: Option[String]
- def labelIntegerSignedBinary(bits: Int): Option[String]
- def labelIntegerSignedBinary: Option[String]
- def labelIntegerSignedDecimal(bits: Int): Option[String]
- def labelIntegerSignedDecimal: Option[String]
- def labelIntegerSignedHexadecimal(bits: Int): Option[String]
- def labelIntegerSignedHexadecimal: Option[String]
- def labelIntegerSignedNumber(bits: Int): Option[String]
- def labelIntegerSignedNumber: Option[String]
- def labelIntegerSignedOctal(bits: Int): Option[String]
- def labelIntegerSignedOctal: Option[String]
- def labelIntegerUnsignedBinary(bits: Int): Option[String]
- def labelIntegerUnsignedBinary: Option[String]
- def labelIntegerUnsignedDecimal(bits: Int): Option[String]
- def labelIntegerUnsignedDecimal: Option[String]
- def labelIntegerUnsignedHexadecimal(bits: Int): Option[String]
- def labelIntegerUnsignedHexadecimal: Option[String]
- def labelIntegerUnsignedNumber(bits: Int): Option[String]
- def labelIntegerUnsignedNumber: Option[String]
- def labelIntegerUnsignedOctal(bits: Int): Option[String]
- def labelIntegerUnsignedOctal: Option[String]
- def labelNameIdentifier: String
- def labelNameOperator: String
- def labelSpaceEndOfLineComment: Option[String]
- def labelSpaceEndOfMultiComment: Option[String]
- def labelStringAscii(multi: Boolean, raw: Boolean): Option[String]
- def labelStringAsciiEnd(multi: Boolean, raw: Boolean): Option[String]
- def labelStringCharacter: Option[String]
- def labelStringEscapeEmpty: Option[String]
- def labelStringEscapeGap: Option[String]
- def labelStringEscapeGapEnd: Option[String]
- def labelStringLatin1(multi: Boolean, raw: Boolean): Option[String]
- def labelStringLatin1End(multi: Boolean, raw: Boolean): Option[String]
- def labelStringUtf16(multi: Boolean, raw: Boolean): Option[String]
- def labelStringUtf16End(multi: Boolean, raw: Boolean): Option[String]
- def labelSymbolClosingAngle: Option[String]
- def labelSymbolClosingBrace: Option[String]
- def labelSymbolClosingParen: Option[String]
- def labelSymbolClosingSquare: Option[String]
- def labelSymbolColon: Option[String]
- def labelSymbolComma: Option[String]
- def labelSymbolDot: Option[String]
- def labelSymbolEndOfKeyword(symbol: String): String
- def labelSymbolEndOfOperator(symbol: String): String
- def labelSymbolKeyword(symbol: String): Option[String]
- def labelSymbolOpenAngle: Option[String]
- def labelSymbolOpenBrace: Option[String]
- def labelSymbolOpenParen: Option[String]
- def labelSymbolOpenSquare: Option[String]
- def labelSymbolOperator(symbol: String): Option[String]
- def labelSymbolSemi: Option[String]
- def messageEscapeCharNumericSequenceIllegal(escapeSequence: String): Seq[String]
- def messageEscapeCharNumericSequenceTooBig(escapeSequence: String, maxEscape: String): Seq[String]
- def messageEscapeCharRequiresExactDigits(radix: Int, got: Int, needed: Seq[Int]): Seq[String]
- def messageIntTooLarge(n: BigInt, max: BigInt, nativeRadix: Int): Seq[String]
- def messageIntTooSmall(n: BigInt, min: BigInt, nativeRadix: Int): Seq[String]
- def messageRealNotExact(n: BigDecimal, name: String): Seq[String]
- def messageRealTooLarge(n: BigDecimal, name: String): Seq[String]
- def messageRealTooSmall(n: BigDecimal, name: String): Seq[String]
- def messageStringNonAscii(s: String): Seq[String]
- def messageStringNonLatin1(s: String): Seq[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pleaseDontValidateConfig: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unexpectedCharNonAscii: Option[(Int) => String]
- def unexpectedCharNonBasicMultilingualPlane: Option[(Int) => String]
- def unexpectedCharNonLatin1: Option[(Int) => String]
- def unexpectedNameIllFormedIdentifier: Option[(String) => String]
- def unexpectedNameIllFormedOperator: Option[(String) => String]
- def unexpectedNameIllegalIdentifier(v: String): String
- def unexpectedNameIllegalOperator(v: String): String
- def verifiedCharBadCharsUsedInLiteral: Map[Int, String]
- def verifiedStringBadCharsUsedInLiteral: Map[Int, String]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()