| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | chan.text.ParseException | ||
Thrown when parsing exception occurred.
Usually thrown by parse(String, chan.text.GroupParser.Callback) method.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for a | |||||||||||
Constructor for a | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for a ParseException with specified cause.
| Parameters | |
|---|---|
throwable |
Throwable:
The cause of this exception.
|