org.apache.openejb.config
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.openejb.config.ValidationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValidationError, ValidationFailure, ValidationWarning
public class ValidationException
- extends Exception
- See Also:
- Serialized Form
messages
protected static final Messages messages
details
protected Object[] details
message
protected String message
prefix
protected String prefix
componentName
protected String componentName
ValidationException
public ValidationException(String message)
setDetails
public void setDetails(Object... details)
getMessageKey
public String getMessageKey()
getDetails
public Object[] getDetails()
getSummary
public String getSummary()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getMessage
public String getMessage(int level)
getComponentName
public String getComponentName()
setComponentName
public void setComponentName(String componentName)
getPrefix
public String getPrefix()
getCategory
public String getCategory()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.