org.grinvin.factories
Class FactoryParameterException
public class FactoryParameterException
Indicates that a factory was called to create a graph when its
parameters were improperly initialized.
FactoryParameterException(String msg) - Constructs an instance of
FactoryParameterException
with the specified detail message.
|
FactoryParameterException(String msg, Throwable cause) - Constructs an instance of
FactoryParameterException
with the specified detail message and cause
|
FactoryParameterException
public FactoryParameterException(String msg)
Constructs an instance of FactoryParameterException
with the specified detail message.
msg
- the detail message.
FactoryParameterException
public FactoryParameterException(String msg,
Throwable cause)
Constructs an instance of FactoryParameterException
with the specified detail message and cause
msg
- the detail message.cause
- Underlying cause for this exception