org.modeshape.jcr
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.modeshape.jcr.ConfigurationException
- All Implemented Interfaces:
- Serializable
public class ConfigurationException
- extends RuntimeException
An exception signalling errors in a configuration
.
- See Also:
- Serialized Form
ConfigurationException
public ConfigurationException(Problems results)
- Parameters:
results
- the validation results for the configuration
ConfigurationException
public ConfigurationException(Problems results,
String message)
- Parameters:
results
- the validation results for the configurationmessage
- the message
ConfigurationException
public ConfigurationException(Problems results,
Throwable cause)
- Parameters:
results
- the validation results for the configurationcause
- the cause of this exception
ConfigurationException
public ConfigurationException(Problems results,
String message,
Throwable cause)
- Parameters:
results
- the validation results for the configurationmessage
- the messagecause
- the cause of this exception
toString
public String toString()
- Overrides:
toString
in class Throwable
getProblems
public Problems getProblems()
- Returns:
- results
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.