org.grinvin.factories

Class FactoryParameterException


public class FactoryParameterException
extends FactoryException

Indicates that a factory was called to create a graph when its parameters were improperly initialized.

Constructor Summary

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

Constructor Details

FactoryParameterException

public FactoryParameterException(String msg)
Constructs an instance of FactoryParameterException with the specified detail message.
Parameters:
msg - the detail message.

FactoryParameterException

public FactoryParameterException(String msg,
                                 Throwable cause)
Constructs an instance of FactoryParameterException with the specified detail message and cause
Parameters:
msg - the detail message.
cause - Underlying cause for this exception