org.aitools.programd.util
Class UserError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.aitools.programd.util.UserError
- All Implemented Interfaces:
- Serializable
public class UserError
- extends Error
A user error.
- Author:
- Noel Bush
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UserError
public UserError(Throwable cause)
- Creates a new UserError with the given cause.
- Parameters:
cause - the cause of the UserError
UserError
public UserError(String message,
Throwable cause)
- Creates a new UserError with the given message cause.
- Parameters:
message - a message about the UserErrorcause - the cause of the UserError