public class UserException
extends java.lang.RuntimeException
Zephyr Business Solutions Corp.
| Constructor and Description |
|---|
UserException(int ind)
Create a UserException object.
|
UserException(int ind,
java.lang.String msg)
Create a UserException object.
|
UserException(int ind,
java.lang.String msg,
java.lang.Throwable arg1)
Create a UserException object.
|
UserException(int ind,
java.lang.Throwable arg0)
Create a UserException object.
|
UserException(java.lang.String msg)
Create a UserException object.
|
UserException(java.lang.String msg,
java.lang.Throwable cause)
Create a UserException object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInd()
Get the index in the original source.
|
public UserException(java.lang.String msg)
msg - the error message.public UserException(java.lang.String msg,
java.lang.Throwable cause)
msg - the error message.public UserException(int ind)
ind - the index in the original source.
-1 if the index is unknown.public UserException(int ind,
java.lang.String msg)
ind - the index in the original source.
-1 if the index is unknown.msg - the error message.public UserException(int ind,
java.lang.String msg,
java.lang.Throwable arg1)
ind - the index in the original source.
-1 if the index is unknown.msg - the error message.arg1 - the chained exception.public UserException(int ind,
java.lang.Throwable arg0)
ind - the index in the original source.
-1 if the index is unknown.arg0 - the chained exception.