org.starhope.appius.except
Class ParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.starhope.appius.except.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException
extends Exception

Author:
ewinkelman
See Also:
Serialized Form

Field Summary
private  String reason
          WRITEME
private static long serialVersionUID
           
 
Constructor Summary
ParameterException(Exception e)
          WRITEME: Document this constructor brpocock@star-hope.org
ParameterException(String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

reason

private final String reason
WRITEME

Constructor Detail

ParameterException

public ParameterException(Exception e)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
e - WRITEME

ParameterException

public ParameterException(String message)
Parameters:
message - WRITEME
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
See Also:
Throwable.getMessage()