public class

ParseException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ chan.text.ParseException

Class Overview

Thrown when parsing exception occurred. Usually thrown by parse(String, chan.text.GroupParser.Callback) method.

Summary

Public Constructors
ParseException()

Default constructor for a ParseException.

ParseException(Throwable throwable)

Constructor for a ParseException with specified cause.

[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ParseException ()

Default constructor for a ParseException.

public ParseException (Throwable throwable)

Constructor for a ParseException with specified cause.

Parameters
throwable Throwable: The cause of this exception.