org.rhq.enterprise.gui.legacy.exception
Class ParameterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.gui.legacy.exception.ParameterNotFoundException
- All Implemented Interfaces:
- Serializable
public class ParameterNotFoundException
- extends RuntimeException
Implementation of Exception for parameter parsing
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterNotFoundException
public ParameterNotFoundException()
- Creates new
ParameterNotFoundException without detail message.
ParameterNotFoundException
public ParameterNotFoundException(String message)
- Constructs an
ParameterNotFoundException with the specified detail message.
- Parameters:
message - the detail message.
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.