ParseError

class ParseError(val idx: Int, val msg: String) extends Exception

An exception raised for an illegal command line

Value Params
idx

The index of the argument that's faulty (starting from 0)

msg

The error message

Source
CommandLineParser.scala
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable

Concrete fields