org.starhope.appius.except
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.starhope.appius.except.ParameterException
- All Implemented Interfaces:
- Serializable
public class ParameterException
- extends Exception
- Author:
- ewinkelman
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
reason
private final String reason
- WRITEME
ParameterException
public ParameterException(Exception e)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
e
- WRITEME
ParameterException
public ParameterException(String message)
- Parameters:
message
- WRITEME
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- See Also:
Throwable.getMessage()