jfun.parsec
public class UserException extends RuntimeException
Zephyr Business Solutions Corp.
| Constructor Summary | |
|---|---|
| UserException(String msg)
Create a UserException object. | |
| UserException(String msg, Throwable cause)
Create a UserException object. | |
| UserException(int ind)
Create a UserException object. | |
| UserException(int ind, String msg)
Create a UserException object. | |
| UserException(int ind, String msg, Throwable arg1)
Create a UserException object. | |
| UserException(int ind, Throwable arg0)
Create a UserException object. | |
| Method Summary | |
|---|---|
| int | getInd()
Get the index in the original source. |
Parameters: msg the error message.
Parameters: msg the error message.
Parameters: ind the index in the original source. -1 if the index is unknown.
Parameters: ind the index in the original source. -1 if the index is unknown. msg the error message.
Parameters: ind the index in the original source. -1 if the index is unknown. msg the error message. arg1 the chained exception.
Parameters: ind the index in the original source. -1 if the index is unknown. arg0 the chained exception.