/*
* Created on Oct 31, 2004
*/
/**
* @author Evren Sirin
*/
super(ind);
}
throw new NullPointerException( "Parameter in InputBinding is null!" );
else
throw new IllegalArgumentException("Input Binding can only have Input parameters!");
}
return getInput();
}
}
}